sails-generate-angularjs

1.0.4 • Public • Published

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.

Package Sidebar

Install

npm i sails-generate-angularjs

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

19.3 kB

Total Files

9

Last publish

Collaborators

  • ecorona