0.2.2 • Published 4 years ago

nodejs-fu v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

NodeJS File System Utility

Comfortable utility to read and write files, oriented to agile and synchronous programming of scripts in NodeJS.

Installation

npm install nodejs-fu --save

API Documentation

const fu = require('nodejs-fu');

fu.readFile(path, options)