0.2.0 • Published 9 months ago

@ringring/gsm v0.2.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 months ago

Ring Ring GSM

A utility library for short messages and mobile communication

npm install @ringring/gsm

Documentation

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
0.2.0

9 months ago

0.1.0

9 months ago