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 ci
This 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 build
This will build the project.
npm run test
This will run the unit tests.
npm run lint
This will run the linter.
To publish a new version of the package, run the following commands:
npm run version
This will bump the version numbers and create a new commit and tag.
npm run publish
This will publish the packages to npm.