0.2.4 • Published 12 years ago
generator-basics v0.2.4
generator-basics
Yeoman generator for the Basics Backbone Framework
Install
You can install this generator by two ways, clonning repo and linking or install by npm. To install by cloning the repo run:
$ git clone https://github.com/codymorrison/generator-basics.git
$ cd generator-basics
$ npm linkOr to install by npm run:
$ npm install generator-basicsBootstrap project
To bootstrap a new project run:
$ mkdir new-project
$ yo basicsThis will present you with a few options:
- Project Name
- CSS Preprocessor (LESS, Stylus, SASS) in development
Create module
To add an AMD module to the project run:
$ yo basics:module moduleName