https://github.com/amekusa/nodeutil
Utility library for Node.js
https://github.com/amekusa/nodeutil
Last synced: 4 months ago
JSON representation
Utility library for Node.js
- Host: GitHub
- URL: https://github.com/amekusa/nodeutil
- Owner: amekusa
- License: mit
- Created: 2023-09-10T18:55:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T06:21:31.000Z (12 months ago)
- Last Synced: 2024-12-27T11:34:45.826Z (6 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @amekusa/NodeUtil
Utility Library for NodeJS## Installation
```sh
npm i --save-dev @amekusa/nodeutil
```## Usage
```js
// ESM
import {io, sh, test} from '@amekusa/nodeutil';// CJS
const {io, sh, test} = require('@amekusa/nodeutil');
```