easy-file

0.1.0 • Public • Published

A simple file reader and writer.

var file = require('easy-file');
 
// Will create missing directories
file.write('tmp/hello.txt', 'hello world')
 
file.read('tmp/hello.txt', function(contents){
  console.log(contents);
})

Pull Requests Welcome

Readme

Keywords

Package Sidebar

Install

npm i easy-file

Weekly Downloads

2

Version

0.1.0

License

ISC

Last publish

Collaborators

  • danielrasmuson