1.0.0 • Published 2 years ago
get-write v1.0.0
file-get
get a file from path and write the data to file by jsonInstall
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
2 years ago