0.1.2 • Published 9 years ago

generator-jskeleton v0.1.2

Weekly downloads
5
License
Apache License 2....
Repository
github
Last release
9 years ago

JSkeleton generator

Yeoman generator for JSkeleton - lets you quickly set up a project with sensible defaults and best practices.

Usage

For step-by-step instructions on using Yeoman and this generator to build JSkeleton application from scratch see this tutorial.

Install yo, grunt-cli, bower, generator-jskeleton:

npm install -g grunt-cli bower yo generator-jskeleton

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo jskeleton, optionally passing an app name:

yo jskeleton [app-name]