Generator for the LasagnaJS architecture
Перейти к файлу
molant 78ebe713d4 Making the module subgenerator create a service if requested 2015-09-04 14:46:06 -07:00
generators Making the module subgenerator create a service if requested 2015-09-04 14:46:06 -07:00
test Initial commit with support for modules and services 2015-05-22 16:18:05 -07:00
.editorconfig Initial commit with support for modules and services 2015-05-22 16:18:05 -07:00
.eslintrc Initial commit with support for modules and services 2015-05-22 16:18:05 -07:00
.gitattributes Initial commit with support for modules and services 2015-05-22 16:18:05 -07:00
.gitignore Making the module subgenerator create a service if requested 2015-09-04 14:46:06 -07:00
.travis.yml Initial commit with support for modules and services 2015-05-22 16:18:05 -07:00
.yo-rc.json Initial commit with support for modules and services 2015-05-22 16:18:05 -07:00
README.md Fixing typos and updating version number 2015-06-03 13:45:14 -07:00
package.json Fixing typos and updating version number 2015-06-03 13:45:14 -07:00

README.md

generator-lasagnajs

Yeoman generator

Getting Started

This demo generator allows you to easily create modules and services for the lasagnajs architecture. Scaffolding for the main architecture will eventually be added.

About this generator

To install generator-lasagnajs from npm, first make sure you have yeoman installed:

npm install -g yo

Then run the following command:

npm install -g generator-lasagnajs

At the moment only subgenerators for modules and services are supported:

yo lasagnajs:module modulename
yo lasagnajs:service servicename

License

MIT