New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sails-generate-bouquet-action

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-generate-bouquet-action

sails generate bouquet-Action

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

sails-generate-bouquet-action

A bouquet-Action generator for use with the Sails command-line interface.

Installation

$ npm install sails-generate-bouquet-action --save

Then merge the following into your .sailsrc file:

{
  "modules": {
    "bouquet-Action": "sails-generate-bouquet-action"
  }
}

Pattern

  1. An action is created for a specific controller.
  2. And a cooresponding binary is created to access the action.
  3. Finally a test set of test cases is created for the action.
* api
  * controllers
    * <controller-name>
       * <action-name>.js
* bin
  * <controller-name>-<action-name>     
* test
  * bin
    * <controller-name>-<action-name>.test.js
  * integration
    * <controller-name>-<action-name>.test.js

Note that instead of "sails-generate-bouquet-action", you can also choose to provide the path to the generator locally (e.g. "./generators/bouquet-action"). 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 bouquet-Action <controller> <action>

Need help?

See Extending Sails > Generators > Custom Generators in the Sails documentation, or check out recommended support options.

Sails.js logo (small)

Contributing

Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.

NPM

License

This bouquet-Action generator is available under the MIT license.

The Sails framework is free and open-source under the MIT License.

Keywords

FAQs

Package last updated on 21 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc