get-write

1.0.0 • Public • Published

file-get

get a file from path and write the data to file by json

Install

npm i get-write

Usage

import scWrite from "get-write";  

    const sc=new scWrite()
    await sc.init({path:'./test.json'});   

console.log(sc.tag('test').got())
await sc.write({path:'./'})

//console.log(sc)

License

Licensed under MIT

Readme

Keywords

Package Sidebar

Install

npm i get-write

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

2.54 kB

Total Files

5

Last publish

Collaborators

  • scpu