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

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

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

Devcontainer

  1. Visual Studio Code
  2. Dev Containers
  3. Docker

Container Setup

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