| Crates.io | devcleaner |
| lib.rs | devcleaner |
| version | 0.1.2 |
| created_at | 2021-12-16 03:18:50.866327+00 |
| updated_at | 2021-12-18 13:50:39.910899+00 |
| description | A tool to search for node_modules an clean the projects selected |
| homepage | https://github.com/DevCleaner/devcleaner |
| repository | https://github.com/DevCleaner/devcleaner |
| max_upload_size | |
| id | 498990 |
| size | 103,671 |
A tool to search for node_modules a clean the projects selected
brew tap DevCleaner/devcleaner
brew install devcleaner
# If you need to be more specific, use:
brew install DevCleaner/devcleaner/devcleaner
To upgrade
brew upgrade devcleaner
scoop bucket add kdash-bucket https://github.com/DevCleaner/scoop-devcleaner
scoop install devcleaner
Choco package located here. Since validation of the package takes forever, it may take a long while to become available after a release. I would recommend using Scoop instead for Windows.
choco install kdash
# Version number may be required for newer releases, if available:
choco install devcleaner --version=0.1.0
To upgrade
choco upgrade devcleaner --version=0.1.0
Run the below command to install the latest binary. Run with sudo if you dont have write access to /usr/local/bin. Else the script will install to current directory
curl https://raw.githubusercontent.com/DevCleaner/devcleaner/main/deployment/getLatest.sh | bash
Binaries for macOS, Linux and Windows are available on the releases page
cd to the file you just downloaded and run tar -C /usr/local/bin -xzf downloaded-file-name. Use sudo if required.devcleanerUse 7-Zip or TarTool to unpack the tar file.
Run the executable file devcleaner.exe
If you have Cargo installed then you install KDash from crates.io
cargo install devcleaner
Note: On Debian/Ubuntu you might need to install
libxcb-xfixes0-devandlibxcb-shape0-dev. On Fedoralibxcbandlibxcb-develwould be needed.
Note: On Linux you might need to have package
xorg-dev(Debian/Ubuntu) orxorg-x11-server-devel(Fedora) or equivalent installed for the copy to clipboard features to work
Note: If you are getting compilation error from openSSL. Make sure perl and perl-core are installed for your OS.
You can also clone the repo and run cargo run or make to build and run the app
devcleaner
Press ? while running the app to see keybindings
-h, --help: Prints help information
-V, --version: Prints version information
-p, --path: Set the path to scan for the criteria.
-c, --criteria: Set the criteria to search.
MIT