humpback-model

0.0.7 • Public • Published

Sails Generate humpback-model

A humpback-model 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-model generates a model in the humpback standardized format and places it in assets/app/models folder.

Installation

$ npm install humpback-model --save

1. configure sailsrc

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

2. run generator

$ sails generate humpback-model MODEL_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

Readme

Keywords

none

Package Sidebar

Install

npm i humpback-model

Weekly Downloads

1

Version

0.0.7

License

MIT

Last publish

Collaborators

  • scottbwyatt