Skip to content

A lightweight CLI tool for cleaning unwanted folders and files.

License

Notifications You must be signed in to change notification settings

snowin-jj/clean-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Convert to typescript

About

A lightweight CLI tool for cleaning unwanted folders and files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published