Skip to content

ecorona/sails-generate-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generador de páginas con angularjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published