/app

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

Primary LanguageJavaScriptISC LicenseISC

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.