# Nebula-cli [![GitHub version](http://img.shields.io/badge/version-0.0.3-brightgreen.svg)](https://github.com/hegdeashwin/nebula-cli/releases)

[![Dependency Status](https://gemnasium.com/hegdeashwin/nebula-cli.svg)](https://gemnasium.com/hegdeashwin/nebula-cli) [![Node.js version](http://img.shields.io/badge/Node.js-%3E%200.10-brightgreen.svg)](https://github.com/hegdeashwin/nebula-cli)  [![Built with Grunt](http://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)  [![License version](http://img.shields.io/badge/License-MIT-red.svg)](https://github.com/hegdeashwin/nebula-cli#license)


Nebula-cli is a command line generator for [Nebula](https://github.com/hegdeashwin/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, 

```sh
$ npm install -g nebula-cli
```

Create the Nebula app:
```bash
$ nebula /tmp/foo && cd /tmp/foo
```

Install dependencies:
```bash
$ 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 &amp; maintained by author: <b>Ashwin Hegde</b><br>
Follow me at: <a href="https://github.com/hegdeashwin" target="_blank">github</a> | <a href="http://in.linkedin.com/in/hegdeashwin" target="_blank">Linkedin</a> | <a href="https://twitter.com/hegdeashwin3" target="_blank">Twitter</a>

We really appreciate all kind of contributions. Special thanks to <a href="//github.com/hegdeashwin/nebula-cli/graphs/contributors" target="_blank">contributors</a> 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.
<br>Tracking: <a href="https://github.com/hegdeashwin/nebula-cli/issues" target="_blank">https://github.com/hegdeashwin/nebula-cli/issues</a>

## License

The MIT License (MIT)

Copyright (c) 2015 Ashwin Hegde