@laufire/app
v0.3.2
Published
A base for the app layer and business layer pattern.
Downloads
3
Maintainers
Readme
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/appKeys
- The package adds a custom object to the global scope, named appLayer, to share variables across packages.
Development
Setup
$ sh ./setup.shToDo
- None, yet.
