Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andr-ll/nuti
A collection of commonly used utils for Node.js.
https://github.com/andr-ll/nuti
javascript library nodejs typescript utilities utility
Last synced: 22 days ago
JSON representation
A collection of commonly used utils for Node.js.
- Host: GitHub
- URL: https://github.com/andr-ll/nuti
- Owner: andr-ll
- License: mit
- Created: 2022-12-07T22:24:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T05:57:20.000Z (4 months ago)
- Last Synced: 2024-12-14T22:33:55.457Z (26 days ago)
- Topics: javascript, library, nodejs, typescript, utilities, utility
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nuti
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# nuti
[![NPM][npm-img]][npm-url]
[![Build][build-img]][build-url]
[![Coverage][coverage-img]][coverage-url]
[![License][license-pic]][license-url]
[![Downloads][npm-downloads]][npm-url]A collection of commonly used utils for Node.js.
## Installation
```bash
npm install nuti
```## Usage
```js
// ESM or TypeScript projects:
import nuti from 'nuti';// CommonJS projects:
const { nuti } = require('nuti');
```## Docs for available utilities
1. [logger](./docs/logger.md)
2. [timeout](./docs/timeout.md)
3. [rand](./docs/rand.md)
4. [clone](./docs/clone.md)
5. [floats](./docs/floats.md)
6. [genJSON](./docs/genJSON.md)[npm-img]: https://img.shields.io/npm/v/nuti.svg?logo=npm
[npm-url]: https://www.npmjs.com/package/nuti
[npm-downloads]: https://img.shields.io/npm/dt/nuti?logo=Hack%20The%20Box&logoColor=green&label=downloads
[build-img]: https://img.shields.io/github/actions/workflow/status/andr-ii/nuti/build.yml?logo=github
[build-url]: https://github.com/andr-ii/nuti/actions/workflows/build.yml
[coverage-img]: https://img.shields.io/coverallsCoverage/github/andr-ii/nuti?label=coverage&logo=jest
[coverage-url]: https://coveralls.io/github/andr-ii/nuti?branch=master
[license-pic]: https://img.shields.io/github/license/andr-ii/nuti?color=blue&label=%C2%A9%20license
[license-url]: https://github.com/andr-ii/nuti/blob/master/LICENSE