0.1.2 • Published 5 years ago

sails-versioner v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Sails Versioner

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

Installation

$ npm i -s sails-versioner

Then merge the following into your .sailsrc file:

{
  "generators": {
    "modules": {
      "sv": "sails-versioner"
    }
  }
}

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

Generate Controller

$ sails generate sv controller [name] [actions]

Version INIT

$ sails generate sv version init

Version Update

$ sails generate sv version [major or minor]

WIP

The generator of the model is still in development so it is recommended to only use the controller generator

Bugs   NPM version

To report a bug, click here.

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 cts generator is available under the MIT license.

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

image_squidhome@2x.png

Log Version

v0.1.2

  • FIX Changing the name of the folder with point to underscore due to inconvenience with sails.

v0.1.1

  • FIX .env Template

v0.1.0

  • Version updater major and minor
  • Controller generate from actuality version