generator-sandbox

0.1.1 • Public • Published

generator-sandbox

NPM version Build Status Dependency Status Coverage Status

Features

Optional

AngularJS

Included Features
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 of bower and npm after scaffolding has finished.
  • --skip-welcome-message Skips the welcome message.

Contributors

License

Copyright (c) 2014 Koji Wakayama. Licensed under the BSD license.

Readme

Keywords

Package Sidebar

Install

npm i generator-sandbox

Weekly Downloads

1

Version

0.1.1

License

BSD

Last publish

Collaborators

  • kojiwakayama