0.1.3 • Published 7 years ago

generator-seanjs-module v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

#SEAN.JS Yeoman Module Generator Welcome to SEAN.JS Stack Unofficial Yeoman Module Generator

NPM

SEAN.JS module generator is a Yeoman Generator to add additional modules to SEAN.JS project.

The following types of modules can be created with the generator:

  • Simple CRUD (Create, Read, Update, Delete) module
  • more to follow...

Based on SEAN.JS Stack

Installation

Check SEAN.JS Stack Official Yeoman Generator

$  npm install -g yo

Note: Your user might not have the permissions to install package globally, so use a super user or sudo.

Once you have yo installed, you will need to install the SEAN.JS module generator as well:

$  npm install -g generator-seanjs-module

You are now ready to get started with the SEAN.JS module generator.

$ cd <into your project directory> 

The generator will help you create a SEAN.JS module.

$ yo seanjs-module:<option> //currently the only supported option is 'crud'

Credits

Inspired by the great work of the SEANJS team. The SEAN.JS (SEANJS) name is coined by Omar Massad.

Created by György Kern.


License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago