Explorer is a minimal wrapper over the NodeJs' fs module that uses promise to interact with files and directories.
-
Clone this repository
git clone git@github.com:mrishab/Explorer.git -
Go to the project's root directory and install dependencies.
npm install -
Create a TAR file locally.
npm pack -
Now you can install this project in a different project using the relative file path.
npm install -f /path/to/this/project/root/directory/explorer-<version>.tgz