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.
If you have further questions or are having trouble, click here.
To report a bug, click here.
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
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.
The Sails framework is free and open-source under the MIT License.