0.0.6 • Published 9 years ago

humpback-module v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Sails Generate humpback-module

A humpback-module generator for use with the Sails command-line interface for Humpback projects.

Humpback is a sails.js/angular.js framework with built in user authentication and Stripe. It standardizes an angular.js app architecture. humpback-module generates a module in the humpback standardized format and places it in assets/app/mvc folder.

Installation

$ npm install humpback-module --save

1. configure sailsrc

{
  "generators": {
    "modules": {
      "humpback-module": "humpback-module"
    }
  }
}

2. run generator

$ sails generate humpback-module MODULE_NAME

Development

To get started quickly and see this generator in action, ...

Also see CONTRIBUTING.md for more information on overriding/enhancing existing generators.

Questions?

See FAQ.md.

More Resources

License

MIT © 2015 Scott Wyatt & contributors

As for Sails? It's free and open-source under the MIT License.

image_squidhome@2x.png

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago