fs-
v1.0.0
Published
A module that contains both API and CLi
Downloads
429
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.txt
license
MIT. Copyright (c) viii.