nodejs-fu

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

Usage no npm install needed!

<script type="module">
  import nodejsFu from 'https://cdn.skypack.dev/nodejs-fu';
</script>

README

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