New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

humpback-model

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

humpback-model

sails generate humback model

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 16 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts