0.1.2 • Published 10 years ago
generator-jskeleton v0.1.2
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-jskeletonMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo jskeleton, optionally passing an app name:
yo jskeleton [app-name]