1.0.0 • Published 8 years ago

generator-elm-latest v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-elm-latest

Generate an Elm project using the latest dependencies.

Usage

Run this from your command line:

npm install -g generator-elm-latest

mkdir proj
yo elm-latest

Status

generator-elm-latest is very much in its infancy. Expect things to change. HERE BE DRAGONS

Wishlist

  • Use a better build pipeline such as webpack. jolly.js might be useful here. See also elm-webpack-loader.
  • Introduce CSS Modules over something such as Sass.
  • Hot reloading?
  • Better npm configuration.
  • Better elm-package configuration.
  • Documentation for how to use without interaction
  • CONTRIB guide