generator-stylus-boilerplate
v0.0.3
Published
Yeoman Generator for Stylus Boilerplate
Downloads
2
Readme
generator-stylus-boilerplate
Yeoman generator
Generate a new HTMl5 app, which uses Stylus in only a few seconds. Plus, get all the latest trending files from the HTML5 boilerplate.
Getting Started
Install yeoman:
npm install -g yo
install generator-stylus-boilerplate from npm:
npm install -g generator-stylus-boilerplate
Initiate the generator:
yo stylus-boilerplate
Contributing
Simply fork this project, then:
- Run
npm install
- Add tests
- Make tests pass
Running Tests
Use mocha, or in PHPStorm, just set up a run configuration:
mocha test
License
WTFPL (Do What The Fuck You Want)