1.1.3 • Published 3 years ago

@agnsu/ts-get v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Development

yarn
yarn start

Testing

yarn lint # prettier and eslint
yarn test # unit tests
yarn test:watch # unit tests in watch mode
yarn validate # run linters, tests and build

Releasing

Note: Releasing is done manually. This project has no CI/CD configuration.

yarn release # will automatically ask you about version bump, run tests and build, and push new version to git & npm