ptz-core-domain

Polutz Core Domain.


License
ISC
Install
npm install ptz-core-domain@2.1.2

Documentation

ptz-core-domain

Codacy Badge Build Status NPM codecov.io Dependency Status bitHound Score MIT license

Translations

pt-br en-us

ptz-core-domain is the core for all Polutz modules.

Use

Install

    npm install --save ptz-core-domain

How to use

    import {
        validateEmail,
        EntityBase,
        EntityMinBase,
        IAppFuncArgs,
        ICreatedBy,
        IEntityMinBase,
        IEntityMinBaseArgs,
        IEntityBase,
        IEntityBaseArgs,
        IBaseRepository,
        IBaseApp,
        IBaseAppArgs
    } from 'ptz-core-domain';

Contribute

NPM Global packages

    npm install -g ts-node babel-cli

Setup

    npm install   

Test

    npm test