nebula-cli

nebula-cli is a command line generator for nebula. The tool will help to generate walking application skeleton for a typical Backbone web apps. You can use it to quickly bootstrap your Backbone web application projects.


Keywords
backbone, underscore, backbone-boilerplate, nebula, nebula-generator, nebula-boilerplate, generator, framework, cli, rest, boilerplate, skeleton
Licenses
MIT/MIT-feh
Install
npm install nebula-cli@0.0.3

Documentation

Nebula-cli GitHub version

Dependency Status Node.js version Built with Grunt License version

Nebula-cli is a command line generator for Nebula. This tool will help to generate a walking application skeleton for a typical Backbone web apps. You can use it to quickly bootstrap your Backbone web application projects.

Installation

Assuming that Node.js is already installed & running,

$ npm install -g nebula-cli

Create the Nebula app:

$ nebula /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Command Line Options

This generator can also be further configured with the following command line flags.

Usage: index [options] [dir]

Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -a, --about    About Nebula-Cli 0.0.3

Author & Contributors

Developed & maintained by author: Ashwin Hegde
Follow me at: github | Linkedin | Twitter

We really appreciate all kind of contributions. Special thanks to contributors for using and supporting Nebula-cli.

To request a feature or you find any typo errors, enhancements or questions; please feel free to post it on following link, or vote for the ones that are already registered.
Tracking: https://github.com/hegdeashwin/nebula-cli/issues

License

The MIT License (MIT)

Copyright (c) 2015 Ashwin Hegde