Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 915 Bytes

DEVELOPER.md

File metadata and controls

40 lines (25 loc) · 915 Bytes

Development

This document describes how you can test and publish this project.

Prerequisite

Before you can start you must install and configure the following products on your development machine:

You will then need to clone this project and install the required dependencies:

git clone <repository_url> <dir_name>
cd <dir_name>
npm install

Unit testing

Ensure that each unit of the library performs as expected.

npm run test

Publishing to NPM repository

This project comes with automatic continuous delivery (CD) using GitHub Actions.

  1. Bump the library version in ./package.json
  2. Push the changes
  3. Create a new GitHub release
  4. Watch the results in: Actions