UNPKG

generator-jadestyl

Version:

Yeoman generator for a jade and stylus project

63 lines (40 loc) 1.2 kB
# Jade and Stylus Generator [![Dependencies](https://david-dm.org/cedced19/generator-jadestyl.png)](https://david-dm.org/cedced19/generator-jadestyl) [![devDependencies](https://david-dm.org/cedced19/generator-jadestyl/dev-status.png)](https://david-dm.org/cedced19/generator-jadestyl#info=devDependencies) [![Build Status](https://travis-ci.org/cedced19/generator-jadestyl.svg?branch=master)](https://travis-ci.org/cedced19/generator-jadestyl) [![NPM version](https://badge.fury.io/js/generator-jadestyl.svg)](http://badge.fury.io/js/generator-jadestyl) Yeoman generator for a jade and stylus project. Include a web server. ![demo](https://raw.githubusercontent.com/cedced19/generator-jadestyl/master/demo.png) ## 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 ```