0.0.1 • Published 9 years ago

generator-jacos v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

jacos yeoman generator

jacos is a Yeaoman generator to kick start a web project using jade templating enging + coffeescript + stylus using your favorite bower libraries.

Installation

npm install generator-jacos -g

Usage

yo jacos myproject

After creating your project you will need to go under the src folder and do the usual installation commands:

cd myproject/src
npm install # Or: sudo npm install
bower install
gulp