Default generator for backend code files in new Sails projects. Creates the default contents of the `api/` and `config/` folders when you run `sails new` on the command line.
npm install sails-generate-backendDefault generator for backend code files in new Sails projects. Creates the default contents of the api/ and config/ folders when you run sails new on the command line.

Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
#### Branches
| Branch | Purpose |
|:-------------|:--------------|
| sails-0.12 | The latest stable release of this generator, used by Sails v0.12.x (latest stable as Sep 2016.)
| master | The future version of this generator for use with Sails v1.0. |
First, please read the docs on generators. If you have lingering questions, see the support section of our website for more information, or tweet at us.
Sails is free and open-source under the MIT License.