2.1.1 • Published 8 years ago

@alanmarcell/ptz-core-domain v2.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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