An open API service indexing awesome lists of open source software.

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.

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).