UNPKG

sails-generate-backend

Version:

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.

30 lines (14 loc) 1.49 kB
# sails-generate-backend 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](https://nodei.co/npm/sails-generate-backend.png?downloads=true&stars=true)](https://nodei.co/npm/sails-generate-backend/) ## Contributing Please observe the guidelines and conventions laid out in the [Sails project contribution guide](https://github.com/balderdashy/sails/blob/master/CONTRIBUTING.md) when opening issues or submitting pull requests. #### Branches | Branch | Purpose | |:-------------|:--------------| | [`sails-0.12`](https://github.com/balderdashy/sails-generate-backend/tree/sails-0.12) | The latest stable release of this generator, used by Sails v0.12.x (latest stable as Sep 2016.) | [`master`](https://github.com/balderdashy/sails-generate-backend/tree/master) | The future version of this generator for use with Sails v1.0. | ## Getting Help First, please [read the docs on generators](http://sailsjs.org/documentation/concepts/extending-sails/generators). If you have lingering questions, see the <a href="http://sailsjs.org/support" target="_blank" title="Node.js framework for building realtime APIs.">support section of our website</a> for more information, or [tweet](https://twitter.com/sailsjs) at us. ## License [Sails](http://sailsjs.org) is free and open-source under the [MIT License](http://sails.mit-license.org/).