Skip to content

common.ts is a set of NPM packages used at GloCurrency

License

Notifications You must be signed in to change notification settings

glocurrency/commons.ts

Repository files navigation

commons.ts

Maintainability Test Coverage

commons.ts is a set of NPM packages used at GloCurrency

Available packages

Development

Local

$ pnpm install
$ # ... do your changes ...
$ pnpm run fmt
$ pnpm run test

Unit Test

$ pnpm run test # will run all tests
$ pnpm run test:watch # will watch tests and only rerun the one who are modified
$ pnpm run test:coverage # will generate a coverage report

Container Setup

You will need to install those additional dependencies:

  1. Dev Containers
  2. Docker

Run the command from the command palette Dev Containers: Reopen in Container to open the project in a container.

Reopen in Container

Authors

License

MIT License