@ringring/gsm
v0.2.0
Published
A utility library for short messages and mobile communication
Downloads
202
Readme
Ring Ring GSM
A utility library for short messages and mobile communication
npm install @ringring/gsm
Setup 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:cov
Misc.
# linting (eslint)
$ pnpm run lint
# format (prettier)
$ pnpm run format
# format + lint
$ pnpm run lf