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

https://github.com/notashelf/the-shelf

Sometimes we repeat code. Might as well turn it into a git repo and import manually.
https://github.com/notashelf/the-shelf

utilities utils

Last synced: 5 months ago
JSON representation

Sometimes we repeat code. Might as well turn it into a git repo and import manually.

Awesome Lists containing this project

README

          

# the-shelf

> **Extra utilities to keep code consistent and non-repetitive.**

## Usage

```js
// ESM
import utils from 'the-shelf';

// CommonJS
const utils = require('the-shelf');
```

## Installation

```sh
$ npm i https://github.com/NotAShelf/the-shelf --save
```

## License

**the-shelf** is released under MIT License.