tin-fs
v1.1.0
Published
A simple CLI to perform file system tasks easily π»β¨
Readme
Tin-fs
β¨ fs-cli is a simple yet powerful Command Line Interface (CLI) tool for performing common file system tasks β made with π by Malik Azeem Teli from Tin Programmers.
π Features
β
Create files and folders (supports nested paths)
β
Create multiple files & folders in one command
β
Delete files & folders (recursive)
β
List contents of a directory
β
Rename files & folders
β
Beautiful CLI output with emojis β¨
π¦ Installation
npm install -g fs-cliβ‘ Usage
Once installed globally, you can use fs command anywhere in your terminal.
β¨ Commands
π make
Create folders & files (single OR multiple)
- Folders β items without extension
- Files β items with extension
β Automatically creates parent directories for nested files!
Example:
fs make html css jsCreates 3 folders:
html/,css/,js/
fs make html/index.html css/style.css js/app.jsCreates folders & files with nested structure.
fs make html html/scripts/index.html css css/style.cssMix of folders & files!
β del
Delete a file or folder (recursive)
fs del html
fs del html/index.htmlπ list
List contents of a directory
fs list .
fs list htmlβοΈ rename
Rename files or folders
fs rename oldName newNameπ οΈ Developer
- Name: Malik Azeem Teli
- Company: Tin Programmers
- GitHub: @tinprogrammers
β€οΈ License
MIT
β Support
If you find this tool useful, please consider giving it a β on GitHub!
Happy Coding! πβ¨
