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

https://github.com/muthhukumar/dev-tools-old

A list of various utility tools I created.
https://github.com/muthhukumar/dev-tools-old

dev-tools nextjs tools utilities

Last synced: about 2 months ago
JSON representation

A list of various utility tools I created.

Awesome Lists containing this project

README

        

# List of utility tools

A list of utility tools I created.

## Installation

```bash
git clone https://github.com/muthhukumar/dev-tools.git
cd dev-tools
npm install
```

## Running Tests

To run tests, run the following command

```bash
npm run test
```

To run test in watch mode, run the following command

```bash
npm run test-watch
```
## Authors

- [Muthukumar](https://www.github.com/muthhukumar)


## License

[MIT](https://github.com/muthhukumar/dev-tools/blob/main/LICENSE)