superclean
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

superclean

superclean is a one-stop shopping project cleaner that supports multiple platforms, frameworks, and development environments.

It collates all those really good pieces of advice on cleaning projects that you search for in the dark corners of StackOverflow when your project stops running and you've ruled out everything else.

Install

$ npm install -g superclean

Usage

$ superclean project_type

example:

superclean react-native

project_type can be one of the following:

project_type Description notes
android Android projects mac-only (win/linux coming)
cocoapods Cleans cocoapods dependencies mac-only
docker Docker Environment Experimental, save your data, mac-only (win/linux coming)
homebrew Cleans homebrew dependencies mac-only
node node.js projects
react-native React Native projects mac-only
vscode Cleans vscode caches
xcode Xcode projects mac-only

caveats

superclean will delete most build artifacts in project's directory, as well as both local and global caches that the project relies on. When you use it, you will have to re-download all those dependencies and re-run commands to rebuild the project.

License

MIT - see LICENSE

Package Sidebar

Install

npm i superclean

Weekly Downloads

72

Version

1.0.5

License

MIT

Unpacked Size

95.1 kB

Total Files

76

Last publish

Collaborators

  • elonvolo