https://github.com/saifurrahmanemon/utils-kit
Customizable and dependency-free TypeScript utility functions that you can easily add to your projects. Free. Open Source.
https://github.com/saifurrahmanemon/utils-kit
cli javascript typescript utils
Last synced: about 1 year ago
JSON representation
Customizable and dependency-free TypeScript utility functions that you can easily add to your projects. Free. Open Source.
- Host: GitHub
- URL: https://github.com/saifurrahmanemon/utils-kit
- Owner: Saifurrahmanemon
- License: mit
- Created: 2024-05-16T06:45:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T10:58:35.000Z (about 2 years ago)
- Last Synced: 2025-03-27T07:21:22.676Z (over 1 year ago)
- Topics: cli, javascript, typescript, utils
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Utils-Kit
## Overview
Customizable and dependency-free TypeScript utility functions that you can easily add to your projects. Free. Open Source. You can copy any utility of your choice from `apps/web/src/utils` or you can use `utils-kit-cli` to add any utility to your TypeScript project. Utilities will be available in the `/src/utils` directory.
## Installation
```bash
npx utils-kit-cli add
```
Please refer to the [Available Utils](docs/available-utils.md) file to see all the current utilities. We plan to add more utilities in the future.
## Contributing
Please read the [contributing guide](docs/CONTRIBUTING.md).
## License
[MIT license](https://github.com/Saifurrahmanemon/utils-kit/blob/master/LICENSE).