fs-

A module that contains both API and CLi

Usage no npm install needed!

<script type="module">
  import fs  from 'https://cdn.skypack.dev/fs-';
</script>

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.