An angularjs
flavored page generator for use with the Sails command-line interface.
$ npm install sails-generate-angularjs --save
Then merge the following into your .sailsrc
file:
{
"modules": {
"page": "sails-generate-angularjs"
}
}
Note that instead of
"sails-generate-angularjs"
, you can also choose to provide the path to the generator locally (e.g. "./generators/angularjs"). This is useful if, for example, you have specific best practices for particular projects or teams within your organization, and you want to be able to check in generators to your code repository.Certain generators are installed by default in Sails, but they can be overridden. Other generators add support for generating entirely new kinds of things. Check out Concepts > Extending Sails > Generators for information on installing generator overrides / custom generators and information on building your own generators.
$ sails generate page
You wil make me happy by submitting a pull request.
This angularjs generator is available under the MIT license.