XUtils

elm-boil

Command Line Utility for creating an Elm boilerplate project easy to run, build and get deployed


Quickstart

Node >= 12.10.0

  npm install -g elm-boil
  elm-boil init my-elm-app
  cd ./my-elm-app
  npm start

Create a production build with npm run build -- --output my-elm-build

Note that you can modify your package.json and pass your custom parameters to the elm-boil utility.

Getting Started


Articles

  • coming soon...