Skip to content
albertosouza edited this page Oct 6, 2014 · 1 revision

We.js plugin feature

How to install

Simple create and install the npm module with we-plugin- prefix in module name and the we.js will load start it See https://github.com/wejs/we-example for one example system

CLI commands

TODO!

Plugin folder structure

api
-- models
---- #sails models
-- controllers
---- #sails controllers
-- services
---- #sails services
-- config
---- #put config files here
-- locales ( todo )
lib
-- #custom npm module goes here
package.json

Clone this wiki locally