A command-line interface tool for simulating a file system in JavaScript with features like file creation, editing, and directory management.
- ๐ Create and manage directories
- ๐ Create, edit, and delete files
- ๐ View file contents
- ๐ณ Print directory structure with visual formatting
- ๐พ Export file structure to disk
- ๐จ Color-coded CLI interface
npm installStart the CLI:
node index.js| Command | Description |
|---|---|
Add file |
Create a new file in selected directory |
Create folder |
Create a new directory |
Delete file |
Remove an existing file |
Edit file content |
Modify file contents using editor |
View file content |
Display file contents |
Print structure |
Show directory tree structure |
Download structure |
Save structure to disk |
Exit |
Close the application |
