WeAreGenki/node-utils

View on GitHub
README.md

Summary

Maintainability
Test Coverage
[![Build status](https://img.shields.io/github/workflow/status/WeAreGenki/node-utils/ci)](https://github.com/WeAreGenki/node-utils/actions)
[![NPM version](https://img.shields.io/npm/v/@wearegenki/node-utils.svg)](https://www.npmjs.com/package/@wearegenki/node-utils)
[![Coverage status](https://img.shields.io/codeclimate/coverage/WeAreGenki/node-utils)](https://codeclimate.com/github/WeAreGenki/node-utils)
[![Licence](https://img.shields.io/github/license/WeAreGenki/node-utils)](https://github.com/WeAreGenki/node-utils/blob/master/LICENCE)

# Node Utils

Reusable utilities for node apps.

## Usage

### Install

```sh
yarn add -D @wearegenki/node-utils
```

### Use

Have a look at [the exported modules](./src/index.ts) and go from there.

## Licence

This is an Apache-2.0 licensed open source project. See [LICENCE](./LICENCE).

---

© 2021 [We Are Genki](https://wearegenki.com)