core-example-library
v1.0.4-TODO-API
Published
 [](https://codecov.io/gh/jraSA/core-exa
Readme
core-example-library
Table of Contents
About
A very simple example of a core library using NodeJS and TypeScript. This could be used as a boilerplate for more complex projects.
Running tests
UT
npm run testCoverage
npm run test:coverageTesting build
npm run test-buildPublishing
The package.json is configured to run npm run ci before publish by using prepublishOnly. This a list of commands for local publish.
Publish patch
npm run publish-patchPublish minor version
npm run publish-minorPublish major version
npm run publish-majorInstalling
npm i core-example-library