Skip to content

aligent/microservice-development-utilities

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published