generator-elm-live

0.0.3 • Public • Published

generator-elm

Create the minimal StartApp-ready Elm project boilerplate.

Features

  • Generates src/Main.elm (StartApp root) and src/{rootComponent}.elm (select the name during prompt).
  • Optional Twitter Bootstrap v3.3.5 support if you opt-in during the generator prompt. It will include Bootstrap's files in vendor/public/bootstrap-3.3.5/ and link the CSS in the generated index.html.

Installation

You must have Node.js installed to use npm.

These commands install Yeoman and generator-elm globally:

npm install -g yo
npm install -g generator-elm

Then generate your new project, but at the moment you must run this from inside the destination folder:

mkdir my-elm-project
cd my-elm-project
yo elm

License

MIT © Dan Neumann

Dependencies (3)

Dev Dependencies (8)

Package Sidebar

Install

npm i generator-elm-live

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • domogled