generator-sandbox
v0.1.1
Published
generator for sandbox app
Downloads
2
Readme
generator-sandbox
Features
Optional
- AngularJS,
- Angular-cookies
- Angular-loader
- Angular-resource
- Angular-sanitize
- Angular-route
- Angular-ui-router
- Lo-Dash
- Scss
- Inuit.css
- Normalize.scss
- Csswizardry Grids
AngularJS
Included Features
- Testing with Karma and Jasmine
- compatible with sub-generators of generator-angular
Angular Sub-Generators
Available sub-generators from generator-angular
- angular:controller
- angular:directive
- angular:filter
- angular:route
- angular:service
- angular:provider
- angular:factory
- angular:value
- angular:constant
- angular:decorator
- angular:view
Note: Generators are to be run from the root directory of your app.
Dependencies
Getting Started
To install generator-sandbox from npm, run:
npm install -g generator-sandbox
Usage
mkdir mysandboxapp && cd mysandboxapp
(The directory's name is your application's name)yo sandbox
gulp
Options
--skip-install
Skips the automatic execution ofbower
andnpm
after scaffolding has finished.--skip-welcome-message
Skips the welcome message.
Contributors
License
Copyright (c) 2014 Koji Wakayama. Licensed under the BSD license.