This package has been deprecated in favor of the official elm package.
Binary wrapper for elm-platform
(If you have problems with your npm
installation, check this page: https://github.com/npm/npm/wiki/Troubleshooting. On Debian/Ubuntu systems, you may have to install the nodejs-legacy package: apt-get install nodejs-legacy
.)
$ npm install --global elm
$ elm --help
$ elm-make --help
$ elm-package --help
$ elm-reactor --help
$ elm-repl --help
Also, set the ELM_HOME
environment variable to /usr/local/lib/node_modules/elm/share
or the corresponding directory created on your machine.
Then, check out http://elm-lang.org/Get-Started.elm.
MIT © Kevin Mårtensson