1.0.0 • Published 2 years ago

sails-generate-ecommerce v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

sails-generate-ecommerce

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

Description

sails-generate-ecommerce is a skeleton starter to build your own commerce / ecommerce on top of sailsjs. One created by the sails generate command you will habe a basic ecommerce setup in your sails app, including models, controllers, actions, views. Please note that this is only a commerce skeletion after installation you will need to build your own businesss processes on top. @see also advanced installations requirements.

Installation

$ npm install sails-generate-ecommerce --save

Then merge the following into your .sailsrc file:

{
  "modules": {
    "ecommerce": "sails-generate-ecommerce"
  }
}

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

Need help?

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

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

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

image_squidhome@2x.png