sails-generate
v2.0.12
Published
Runner script for sails generators
Downloads
108,165
Readme
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.
Help
If you have further questions or are having trouble, click here.
Bugs
To report a bug, click here.
Contributing
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
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.
License
The Sails framework is free and open-source under the MIT License.