https://github.com/harrystevens/fsz
Frequently used Node functions.
https://github.com/harrystevens/fsz
Last synced: 2 months ago
JSON representation
Frequently used Node functions.
- Host: GitHub
- URL: https://github.com/harrystevens/fsz
- Owner: HarryStevens
- License: mit
- Created: 2017-07-07T09:17:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T12:43:07.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T23:46:26.228Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# fsz
[](https://travis-ci.org/HarryStevens/fsz)
Node functions that I use a lot.
## Installation
```bash
npm install fsz --save
```
```js
var fsz = require("fsz");
```
## Resources
- [API reference](https://github.com/HarryStevens/fsz/blob/master/API.md)
- [Contributing](https://github.com/HarryStevens/fsz/blob/master/CONTRIBUTING.md)
## Tests
```bash
npm test
```