Skip to content

Ivy-Apps/deslop

Repository files navigation

Deslop

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.

deslop-demo

Currently supports:

  • Replacing relative imports with absolute alias (e.g. @) ones. ✅
  • Removing AI comments like (// 1. Do x, y, z; // Step 2, etc) 🚧

Installation

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

Setup

  1. Install GHCUP
  2. Install GHC 9.10.1+
ghcup install ghc 9.10.1
ghcup set ghc 9.10.1
ghcup install cabal

About

Remove AI slop from TypeScript projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published