@npmpackageschicago/simple-fs

Just a simple fs repo that helps using the fs system with promises and more functionality. Meant to be built upon over time.

Usage no npm install needed!

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

README

simple-fs

Just a simple fs repo that helps using the fs system with promises and more functionality. Meant to be built upon over time.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install --save @npmpackageschicago/simple-fs

Contributing

Please lint and add unit tests. To run unit tests, please do the following:

  1. Have Docker Installed
  2. run npm install
  3. run npm test
  4. Happy Coding :)