A set of packages to create clients and services quickly with a standard way of wiring up dependencies and endpoints.
To get started, run the following commands:
npm ciThis will install all of the dependencies for the project.
The package.json scripts section contains a number of commands that can be
run to perform various tasks. The most common tasks are:
npm run buildThis will build the project.
npm run testThis will run the unit tests.
npm run lintThis will run the linter.
To publish a new version of the package, run the following commands:
npm run versionThis will bump the version numbers and create a new commit and tag.
npm run publishThis will publish the packages to npm.