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

https://github.com/muthhukumar/utility-functions

A list of utility functions I created when working on a personal project and functions I found online.
https://github.com/muthhukumar/utility-functions

functions javascirpt nodejs utilities

Last synced: about 2 months ago
JSON representation

A list of utility functions I created when working on a personal project and functions I found online.

Awesome Lists containing this project

README

        

# List of utility functions

A list of utility functions I created when working on a personal project and functions I found online.

## Installation

```bash
git clone https://github.com/muthhukumar/utility-functions.git
cd utility-functions
npm install
```

## Documentation

[Documentation](https://linktodocumentation)


## 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/utility-functions/blob/main/LICENSE)