Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.48 KB

sails-generate-angularjs

An angularjs flavored page generator for use with the Sails command-line interface.

Installation

$ 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.

Usage

$ sails generate page

NPM version

Contributing

You wil make me happy by submitting a pull request.

NPM

License

This angularjs generator is available under the MIT license.