npm i @digitregroup/universign-client
# Or
yarn add @digitregroup/universign-client
Tests are performed via Mocha/ChaiJS (Expect version).
yarn lint
This project should respect the linting configured in @digitregroup/eslint-config.
yarn lint
CI pipelines are performed in CircleCI for every single push in any branch.
CI is composed of Linting and Unit Testing with coverage requirement (specified in package.json
)
CD pipeline is perfomed on git tag creation and release in NPM registry if the CI passed.
Note pipelines automaticaly check the package.json
's version to match with the git tag (or release/hotfix branch).
PR are welcome! We use gitflow :)