File: /var/dev/nowruzgan/rest/node_modules/sails-generate/README.md
# sails-generate
Master of ceremonies for generators in the Sails CLI.
This is a built-in module within the Sails framework, used by the `sails` command-line interface. It is installed automatically when you run `npm install sails -g`.
For customization options, see [Extending Sails > Generators](https://sailsjs.com/documentation/concepts/extending-sails/generators).
## Help
If you have further questions or are having trouble, click [here](https://sailsjs.com/support).
## Bugs [](http://npmjs.com/package/sails-generate)
To report a bug, [click here](https://sailsjs.com/bugs).
## Contributing
Please observe the guidelines and conventions laid out in the [Sails project contribution guide](https://sailsjs.com/documentation/contributing) when opening issues or submitting pull requests.
[](http://npmjs.com/package/sails-generate)
#### What happened to the old core generators?
Originally, Sails' core generators were spread across multiple repos and NPM packages. For easier maintainence, they were pulled inline in `sails-generate` as part of Sails v1. But they can still be overridden or disabled in [the same way as before](https://sailsjs.com/documentation/concepts/extending-sails/generators/custom-generators).
## License
The [Sails framework](https://sailsjs.com) is free and open-source under the [MIT License](https://sailsjs.com/license).