core-example-library
v1.0.4-TODO-API
Published
![CI/CD](https://github.com/jraSA/core-example-library/workflows/core-example-library%20pipeline/badge.svg) [![codecov](https://codecov.io/gh/jraSA/core-example-library/branch/master/graph/badge.svg?token=7QFE1W5SDL)](https://codecov.io/gh/jraSA/core-exa
Downloads
10
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 test
Coverage
npm run test:coverage
Testing build
npm run test-build
Publishing
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-patch
Publish minor version
npm run publish-minor
Publish major version
npm run publish-major
Installing
npm i core-example-library