This app will allows you to run your commands that are are wroten in the file command.txt
like:
You can just clone this repo or download it:
git clone https://github.com/averrois/fs-node-app.git
and run this:
cd ./fs-node-app
node app.js
create file
: This will create an file in the root directory, or you can specify and path for it.
create file <path>
delete file
: This command for deleting stored files.
delete file <path>
rename file
: This for renaming files or change there destination.
rename file <oldPath> to <new-path>
update file
: This will update an content of a file by appnding new content to it.
update file <path> content: <content>