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.
- Host: GitHub
- URL: https://github.com/muthhukumar/dev-tools-old
- Owner: muthhukumar
- License: mit
- Created: 2021-06-13T13:41:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T13:24:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T03:48:57.766Z (4 months ago)
- Topics: dev-tools, nextjs, tools, utilities
- Language: TypeScript
- Homepage: https://dev-tools.in
- Size: 725 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 TestsTo 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)