This package has been deprecated

Author message:

gaffa support discontinued

generator-gaffa

0.0.2 • Public • Published

generator-gaffa

Yeoman generator for Gaffa.js

Assumes you want to use Stylus as your css preprocessor

To install

You will need yeoman

npm install yeoman -g
npm install generator-gaffa -g

To start a new Gaffa application

Create a new folder for your app

mkdir yourApp
cd yourApp
yo gaffa

This will install Gaffa.js and dependencies. It will also present some command-line options for setting up your app.

Developing

You will develop your application in the /app/ folder. To preview in a webpage run:

grunt server

This will present a browserified app using grunt-browserfiy which watches the following two files for changes:

app/scripts/app.js
app/styles/styles.styl

Develop your app by modifying these two files.

License

MIT License

Package Sidebar

Install

npm i generator-gaffa

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • shotlom