Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.74 KB

README.md

File metadata and controls

59 lines (47 loc) · 1.74 KB

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