rww

0.0.7 • Public • Published

RWW

RWW is a library to read and write JSON to the file system
Import your file and the changes will be reflected in the given file

npm npm Known Vulnerabilities


Get Started with RWW


Features

  ✓  Read and write to the files system

Get Started

Install with npm

Run the following command in your terminal

npm install rww

Import a JSON file

var json = require('rww')('./test.json')

Change the JSON

json.random = Math.random()

The changes will now be reflected in the underlying file

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i rww

Weekly Downloads

0

Version

0.0.7

License

none

Unpacked Size

2.17 kB

Total Files

5

Last publish

Collaborators

  • melvincarvalho