0.5.2 • Published 4 years ago

@zenginehq/zengo v0.5.2

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

zengo

An idiom for Zengine backend services.

CircleCI

The goal of this project is to incorporate all the infrastructural code necessary to develop a backend service, so plugin developers can focus on business rules instead. Project scope includes, for example, basic data access, test helpers (fakes and builders), routing, common advanced queries and data manipulation.

The project should also be a place of discussion, where any developer can collaborate and where code is developed in a consensus-driven way.

Install

With npm

npm install @zenginehq/zengo

Or reference the github url in your package.json.

"dependencies": {
    "@zenginehq/zengo": "1.0.0"
 },

Contribute

See the contributing doc.

Documentation

See the API reference.