0.2.1 • Published 10 years ago

generator-incubator v0.2.1

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

generator-incubator Build Status

Dependencies Status DevDependencies Status PeerDependencies Status

Getting Started

What is this project for?

The Bandwidth Incubator team needed a way to reduce time spent setting up projects. To do this we decided to use Yeoman. It is recommended to read their documentation before using this tool, to be familiar with it.

This generator will set up a project with all the configuration necessary to work out of the box with the BW Incubator build pipeline.

Usage

  1. Install the generator sudo npm install -g generator-incubator
  2. mkdir ~/Projects/project-name
  3. cd ~/Projects/project-name
  4. yo incubator
  5. Answer the questions
    • What is the name of this project?
      • used in package.json
    • Please provide a brief description of this project :
      • used in package.json
    • What is the URL of the Git repo for this project?
      • used in package.json
    • What is URL of the NPM registry you want to use?
      • used in package.json

Sub-Generators

The incubator generator makes use of sub-generators for different project capabilities. The main generator will invoke the default sub-generators, but you can always run just a specific sub-generator in a directory. For example, you might only want to have a .travis.yml file created, but nothing else. A sub-generator like this could be invoked with the following command: yo incubator:travis

License

MIT

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago