bin-fs

Common File System Operations

Usage no npm install needed!

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

README

Node FS Commands

Common file-system utility commands like ls, rm, and mv.

Install

$ npkg install bin-fs

Commands

ls [DIR]
rm FILE
cat FILE
mv SOURCE DESTN