1.0.0 • Published 9 years ago
fs- v1.0.0
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.
1.0.0
9 years ago