0.2.4 • Published 10 years ago

generator-basics v0.2.4

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

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 link

Or to install by npm run:

$ npm install generator-basics

Bootstrap project

To bootstrap a new project run:

$ mkdir new-project
$ yo basics

This 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
0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago