fs-
v1.0.0
Published
A module that contains both API and CLi
Readme
fs-
A module that contains both API and CLi
install
npm install fs-
npm install fs-usage
import {writeFile, readFile} from 'fs-'
writeFile({name: 'foo.txt', data: 'barbarbar'})
readFile({name: 'foo.txt'})
CLI
$ fs- -w foo -n bar.txt
$ fs- -r foo.txtlicense
MIT. Copyright (c) viii.
