UNPKG

@documment/mmp.core

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

64 lines (35 loc) 862 B
# documment-mmp.core This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1. ## Installation To install this library: ```bash $ npm install @documment/mmp.core --save ``` Then, in your Typescript files: ```bash import { User } from 'documment/mmp.core'; ``` ## Development To run all unit tests via [Karma](https://karma-runner.github.io): ```bash $ npm run test ``` To lint all `*.ts` files: ```bash $ npm run lint ``` To clean the distribution and build folders: ```bash $ npm run clean ``` To build the source files generate all `*.js`, `*.d.ts` and `*.metadata.json` files: ```bash $ npm run build ``` ## Publishing To publish the contents of the distribution folder (run the build command first): ```bash $ npm run publish ``` ## License MIT © [Documment](mailto:info@documment.com)