The Check Digit < Insert Name > library is a library for Check Digit services to deal with [ short description about what the library does]
Features:
- Feature 1
- Feature 2
- Feature3
- (...)
npm install @checkdigit/< Insert name >
It could be. i.e.
import * as insertName from '@checkdigit/< Insert name >';
const someVariable = insertName();
Or if it can be called as a script. i.e.
insert-name -b src/package.json
- Company website: [your.website.url]
- Npm: [npm.url]