@aligent/microservice-util-lib
v1.0.0
Published
A set of utility functions for Aligent Microservices
Downloads
239
Keywords
Readme
Microservices Utilities Library
This library includes utility functions to simplify & standardise common MicroServices tasks.
Documentation
Documentation on each function can be found here
Build
This library is written in typescript and can be built using the NPM script:
npm install
npm run build
Installation
You can locally install this package to your NPM projects by pulling this repo, building it, then running:
npm install --save ./path/to/this/project
from your project root.
Testing & Linting
Jest tests, linting & type-checking can be run with
npm run test