generator-jadestyl
Version:
Yeoman generator for a jade and stylus project
63 lines (40 loc) • 1.2 kB
Markdown
# Jade and Stylus Generator
[](https://david-dm.org/cedced19/generator-jadestyl)
[](https://david-dm.org/cedced19/generator-jadestyl#info=devDependencies)
[](https://travis-ci.org/cedced19/generator-jadestyl)
[](http://badge.fury.io/js/generator-jadestyl)
Yeoman generator for a jade and stylus project.
Include a web server.

## Required
Of course Node.js, NPM and Git.
Yeoman:
```bash
$ npm install -g yo
```
Bower:
```bash
$ npm install -g bower
```
Generator-Jadestyl:
```bash
$ npm install -g generator-jadestyl
```
## Getting Started
Initiate the generator:
```bash
$ yo jadestyl
```
## Gulp
Open the server:
```bash
$ gulp serve
```
Compile the project:
```bash
$ gulp
```
Deploy to gh-pages:
```bash
$ gulp deploy
```