Releases: simonewebdesign/elm-new
Releases · simonewebdesign/elm-new
v2.0.0 NuGet package
elm-new is now available on Chocolatey. Install with:
choco install elm-new
Alternatively (Windows only), you can:
- Download the
.nupkg
straight from here - Install by following these manual steps
v2.0.0
- Support for Elm 0.19
- Shell auto-completion for bash, zsh and fish
v1.3.0
- Added
Navigation.program
via--navigation
flag - Improved help text
v1.2.0
Upgraded to Elm 0.18
v1.1.3
Published on npm. Now you can do:
npm install -g elm-new
v1.1.1a
Added partial Windows support
v1.1.1
- Added tests
- Fixed a bug that was causing templates to not be deleted correctly
v1.1.0
- Added
--hello-world
option to generate a simple program that just prints "Hello, world!". - Added man page
v1.0.1
- Fix for Linux systems
- Other improvements
v1.0.0
Usage:
elm-new
[-V|--version]
[-h|--help]
[-b|--beginner]
[path]
Example:
elm new my-project