0.0.7 • Published 3 years ago

rww v0.0.7

Weekly downloads
11
License
-
Repository
github
Last release
3 years ago

RWW

RWW is a library to read and write JSON to the file systemImport 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

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago