generator-sandbox

generator for sandbox app

Usage no npm install needed!

<script type="module">
  import generatorSandbox from 'https://cdn.skypack.dev/generator-sandbox';
</script>

README

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.