Laufire / app

A base for the app layer and business layer pattern, in node-js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App

A base for the app layer and business layer pattern.

The Why

  • To help packages of an app in sharing a common app-layer.

Installation

$ npm install --save @laufire/app

Keys

  • The package adds a custom object to the global scope, named appLayer, to share variables across packages.

Development

Setup

$ sh ./setup.sh

ToDo

  • None, yet.

About

A base for the app layer and business layer pattern, in node-js.

License:ISC License


Languages

Language:JavaScript 86.0%Language:Shell 14.0%