Allons-y is a simple skeleton to package nodejs modules by feature.


Keywords
architecture, engine, nodejs, packagebyfeature
License
MIT
Install
npm install allons-y@1.0.0

Documentation

Allons-y

Join the chat at https://gitter.im/CodeCorico/allons-y npm version Stories in Ready

Allons-y is a Package by feature architect engine.

Install

You can easily architect your project by installing the allons-y module:

npm install allons-y --save

What is Allons-y?

Thanks to NPM and its community, we have access to thousands of varied functionality for our projects. Infortunatly, we have to re-interface them for each new project. In the other hand, we have access to some frameworks (like Sails or Loop Back) but they comes with a fixed list of modules (like Express) that can't be avoided.

Allons-y is not a framework. It's a system that allows the developers to architect their projects in a Package by feature way. With it, you can link your modules wth each other (read the principles).

They are many modules that you can use inside your projects to include popular modules like Express, Gulp and more. You can easily create your own or create private modules that can be included in the Allons-y logic.

Documentation

API

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues.