JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q28324F
  • License MIT

A one-stop cleaning utility for multiple frameworks and platforms

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (superclean) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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