Socket
Socket
Sign inDemoInstall

sails-generate-controller

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-generate-controller

Generate a controller for Sails.


Version published
Weekly downloads
6.8K
decreased by-4.55%
Maintainers
2
Weekly downloads
 
Created
Source

image_squidhome@2x.png

sails-generate-controller

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

Installing this generator

Certain generators are installed by default in Sails, but they can be overridden. Check the Sails docs for information on installing generator overrides / custom generators.

For a particular app

In your app directory:

$ npm install sails-generate-controller

Then edit this project's ./.sailsrc file (see below for details). If no local .sailsrc file exists yet, you can just create one.

As the default for your global Sails install

In your $HOME folder (i.e. ~/):

$ npm install sails-generate-controller

Then edit your global ~/.sailsrc file (see below for details). If no global .sailsrc file exists yet, you can just create one.

Configuring a .sailsrc file to use this generator

Add or replace the module used for generating a "controller":

{
	"generators": {
		"modules": {
			"controller": "sails-generate-controller"
		}
	}
}

Usage

Now that the generator is installed, you can test it:

$ sails generate controller foobar

Questions?

See FAQ.md.

More Resources

License

MIT © 2014 balderdashy & [contributors] Mike McNeil, Balderdash & contributors

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

Keywords

FAQs

Package last updated on 09 Feb 2016

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