fs-

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i fs-

Weekly Downloads

16

Version

1.0.0

License

ISC

Last publish

Collaborators

  • ncysatnaf