Warning
The project is under heavy development and unstable. Use at your own risk! It's recommended to use with git so you can revert any undesired changes.
Clean TypeScript slop automatically in milliseconds.
Currently supports:
- Replacing relative imports with absolute alias (e.g.
@) ones. ✅ - Removing AI comments like (
// 1. Do x, y, z; // Step 2, etc) 🚧
The easiest way to install Deslop on macOS or Linux is via Homebrew.
Note
Currently only works on MacOS ARM. For Linux it's not tested but you can attempt manual installation from source.
brew tap ivy-apps/tap
brew install deslop
deslop --help- Install GHCUP
- Install GHC 9.10.1+
ghcup install ghc 9.10.1
ghcup set ghc 9.10.1
ghcup install cabal