You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The goal is to convert a subset (or full set) of Elixir code to JavaScript, prov
5
5
Requirements
6
6
===========
7
7
* Erlang 20 or greater
8
-
* Elixir 1.5 or greater
8
+
* Elixir 1.5 or greater (must be compiled with Erlang 20 or greater)
9
9
* Node (only for development)
10
10
11
11
Usage
@@ -67,21 +67,3 @@ Contributing
67
67
========
68
68
69
69
Please check the [CONTRIBUTING.md](CONTRIBUTING.md)
70
-
71
-
72
-
### Example projects
73
-
*[hello](https://github.com/bryanjos/hello) Shows using Phoenix + Elixirscript with file watching
74
-
*[Elixirscript frontend boilerplate](https://github.com/elixirscript/elixirscript-project-boilerplate) A boilerplate project for elixirscript frontends
75
-
*[Elixirscript React example](https://github.com/bryanjos/elixirscript_react) An example of using with React
There is a [1.0.0 Milestone](https://github.com/bryanjos/elixirscript/milestones/1.0.0) defined which includes issues that are needed to be cleared before 1.0 can be reached.
0 commit comments