Skip to content

Este é o coração do Polutz, conjunto de móludos baseados em DDD (Domain Driven Design) e TDD (Test Driven Development). Sinta-se livre para usar em seus projetos, e contribuir!

License

Notifications You must be signed in to change notification settings

polutz/ptz-core-domain

Repository files navigation

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

About

Este é o coração do Polutz, conjunto de móludos baseados em DDD (Domain Driven Design) e TDD (Test Driven Development). Sinta-se livre para usar em seus projetos, e contribuir!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •