Formerly known as tw-utils
or @b0th/tw-utils
.
You only need the following requirements:
-
NodeJS
- 18.x
- 20.x
To install the npm package, you should run the following command.
npm i teeworlds-utilities
If you want to help the project, you can follow the guidelines in CONTRIBUTING.md.
There are some unitary test written for jest
. You can run them with the following command:
npm run test
If you want to debug, you should set the environment variable DEBUG
to true
, it will allow Logger.debug
to output.
If you want to see examples of how to use the library, you can check the **.test.ts
files, such as asset.
- [x] Unitary tests
- [x] Documentation 80 %
- [ ] Documentation 100 %
- [x] CI/CD pipeline
- [x] Log environment variable
- [x] Extract every asset part