1.0.2 • Published 7 years ago

generator-elm-app v1.0.2

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

generator-elm-app NPM version Build Status Dependency Status Coverage percentage

  • Create Elm skeleton with Routing included
  • Support Elm 0.18

Prerequisite

You need elm at global

npm install -g elm

What's included

/
├── src/
│   ├── index.html
│   ├── index.js
│   ├── Main.elm
│   ├── Messages.elm
|   ├── Models.elm
|   ├── Routing.elm
|   ├── Update.elm
|   └── View.elm
├── elm-package.json
├── package.json
└── webpack.config.js

Installation

First, install Yeoman and genrator-elm-app using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g genrator-elm-app

Then generate your new project:

yo elm-app

How to start

npm run dev

License

MIT © tom76kimo

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago