cleanup-cli
v0.0.4
Published
A lightweight CLI tool for cleaning unwanted folders and files.
Downloads
8
Maintainers
Readme
Cleanup CLI
A lightweight CLI tool for cleaning unwanted folders and files.
Installation
npm install -g cleanup-cli
Usage
cleanup start [folders...]
[folders...]
: Optional. Absolute path(s) of the folder(s) or file(s) to be cleaned. If not provided, the current working directory will be cleaned.
Example
cleanup start /path/to/folder1,/path/to/folder2
This command will initiate the cleaning process for the specified folders.
cleanup start .
This command will clean the files and folders in the current working directory.
Options
--version
: Show package version.
Requirements
Contributing
Feel free to contribute to this project. Fork and create a pull request with any improvements or bug fixes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Note
Replace placeholders such as [folders...]
, /path/to/folder1
, /path/to/folder2
, cleanup-cli
, and LICENSE
with your actual details. Ensure that you have a LICENSE
file in your project directory with the appropriate license text.
Include any additional information or features specific to your package in the README. This template provides a starting point, and you can tailor it to better fit the structure and functionality of your project.
TODO
- [x] Convert to typescript