ptz-core-app
Translations
ptz-core-app is the core for all App Polutz modules.
Use
Install
npm install --save ptz-core-app
How to use
import {
BaseApp,
BaseRepositoryFake
} from ptz-core-app;
Contribute
NPM Global packages
npm install -g ts-node babel-cli
Setup
npm install
Test
npm test