0.0.6 • Published 10 years ago

generator-nonocast-webapp v0.0.6

Weekly downloads
4
License
GPLv2
Repository
github
Last release
10 years ago

A generator for Yeoman.

#About

This is a Yeoman generator to create a boilerplate express app (written in CoffeeScript) that optionally enables authorized user login. The resulting app uses Grunt to control development tasks.

Install

First, make sure you have Yeoman installed, with

$ npm install -g yo

From then on, you can get information about Yeoman and your installed generators with

$ yo --help

Then, install this generator with

$ npm install -g generator-nonocast-webapp

Time to actually create your app. Create a directory for the app, and navigate into it. Then, execute the generator.

$ mkdir my_new_app
$ cd my_new_app
$ yo nonocast-webapp

Start your app in development environment on port 3000

$ grunt

Enjoy!

License

GNU General Public License, version 2

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago