generator-jadestyl
v0.2.8
Published
Yeoman generator for a jade and stylus project
Downloads
10
Maintainers
Readme
Jade and Stylus Generator
Yeoman generator for a jade and stylus project. Include a web server.
Required
Of course Node.js, NPM and Git.
Yeoman:
$ npm install -g yo
Bower:
$ npm install -g bower
Generator-Jadestyl:
$ npm install -g generator-jadestyl
Getting Started
Initiate the generator:
$ yo jadestyl
Gulp
Open the server:
$ gulp serve
Compile the project:
$ gulp
Deploy to gh-pages:
$ gulp deploy