generator-jskeleton
v0.1.2
Published
A Yeoman generator for JSkeleton applications
Downloads
91
Maintainers
Readme
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]