Skip to content

An nodejs app for managing files by writing commnds using File System module.

Notifications You must be signed in to change notification settings

averrois/fs-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

NodeJS Commands Runner

This app will allows you to run your commands that are are wroten in the file command.txt like:

Setup:

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 Files:

create file: This will create an file in the root directory, or you can specify and path for it.

create file <path>

Delete files:

delete file: This command for deleting stored files.

delete file <path>

Rename file / change destination:

rename file: This for renaming files or change there destination.

rename file <oldPath> to <new-path>

Updating Content of file:

update file: This will update an content of a file by appnding new content to it.

update file <path> content: <content>

About

An nodejs app for managing files by writing commnds using File System module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published