1.0.4 • Published 4 years ago

sails-generate-angularjs v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago