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.
- Host: GitHub
- URL: https://github.com/notashelf/the-shelf
- Owner: NotAShelf
- License: mit
- Created: 2021-12-30T15:27:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T20:00:26.000Z (over 1 year ago)
- Last Synced: 2025-04-08T14:11:10.721Z (about 1 year ago)
- Topics: utilities, utils
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.