generator-hackjs
v0.0.5
Published
A Yeoman generator for a Hackjs application
Downloads
5
Readme
generator-hackjs
A Yeoman generator for a Hackjs application
Note
This project is under development, we're working in hackjs core. Project maybe completed in April 2017.
Installation
First you need install yeoman.
npm install -g yo
Then install the hackjs generator.
yo generator-hackjs
Usage
Create a directory for your new app.
mkdir my-new-app; cd my-new-app/
Generate your app and follow the prompts.
yo hackjs
Start your brand new app! 💥
npm start
License
Copyright (c) 2017
Licensed under the MIT license.