1.0.0 • Published 1 year ago

get-write v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago