0.8.0 • Published 8 years ago

generator-ng-js v0.8.0

Weekly downloads
20
License
-
Repository
github
Last release
8 years ago

generator-ng-js NPM version Build Status Dependency Status Coverage percentage

A generator for creating a simple, workable AngularJS project directory.

Installation

First, install Yeoman and generator-ng-js using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ng-js

Then generate your new project using:

yo ng-js

Directory structure

- controllers
- bower_components
   |- angular
   |- bootstrap
   |- jquery
- directives
- js
- media
  |- images
  |- videos
- views
.yo-rc.json
.bowerrc
bower.json
README.md

License

MIT

0.8.0

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago