1.0.0 • Published 9 months ago
@ringring/gsm v1.0.0
Ring Ring GSM
A utility library for short messages and mobile communication
npm install @ringring/gsmSetup and Development
This library requires PNPM for package management
To get started simply install dependencies using pnpm run install while inside the root directory.
The documentation in docs/ can be updated using pnpm run docs after install.
Test
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:covMisc.
# linting (eslint)
$ pnpm run lint
# format (prettier)
$ pnpm run format
# format + lint
$ pnpm run lf