javanile / nodejs-fu

NodeJS File System Utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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])

About

NodeJS File System Utility

License:MIT License


Languages

Language:JavaScript 98.4%Language:Shell 1.6%