https://github.com/digitregroup/universign-client
NodeJS Universign Client
https://github.com/digitregroup/universign-client
electronic-structure nodejs npm universign
Last synced: 5 months ago
JSON representation
NodeJS Universign Client
- Host: GitHub
- URL: https://github.com/digitregroup/universign-client
- Owner: digitregroup
- Created: 2019-09-11T13:27:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:04:46.000Z (over 3 years ago)
- Last Synced: 2025-09-18T07:50:17.866Z (10 months ago)
- Topics: electronic-structure, nodejs, npm, universign
- Language: JavaScript
- Size: 128 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# NodeJS Universign Client
[](https://badge.fury.io/js/%40digitregroup%2Funiversign-client)
[](https://circleci.com/gh/digitregroup/universign-client)
[](https://coveralls.io/github/digitregroup/universign-client?branch=master)
## Install
```bash
npm i @digitregroup/universign-client
# Or
yarn add @digitregroup/universign-client
```
## Unit tests
Tests are performed via Mocha/ChaiJS (Expect version).
```bash
yarn lint
```
## Code style
This project should respect the linting configured in [@digitregroup/eslint-config](https://www.npmjs.com/package/@digitregroup/eslint-config).
```bash
yarn lint
```
## DevOps
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).
## Contributing
PR are welcome! We use gitflow :)