Sails generator for The Boring JavaScript Stack.
npm install create-sails-generatorThis generator is specifically designed for The Boring JavaScript Stack, providing a plethora of commands for code generation and more to expedite your development process with The Boring JavaScript Stack.
- Code Generation: Quickly scaffold boilerplate code for pages, actions, and more.
- Enhanced CLI Commands: Extensive CLI commands tailored for Sails.js development.
- Saves Time and Effort: Automate repetitive tasks, saving you valuable development time.
To use Create-Sails-Generator, you'll first need to have Node.js and npm installed on your machine. Then, follow these simple steps:
1. Install Create-Sails-Generator globally via npm:
``sh`
npm i create-sails-generator --save-dev
2. Once installed, you can access the generator commands using the sails generate command.
You can generate various files using the generator with simple commands. For instance, to create a new page, use:
`sh`
sails generate page dashboard
Check out the docs for more information on usage.
create-sails-generator` is licensed under the MIT License.
Create-Sails-Generator is maintained by The Sailscasts Company. It is part of The Boring JavaScript Stack - The reliable full-stack JavaScript stack.