Installation
The fastest way to get started is with the uglier CLI. It installs the package and all required peer dependencies automatically.
Using the CLI
npx @gesslar/uglier install
This will:
- Detect your package manager (npm, pnpm, yarn, or bun)
- Install
@gesslar/uglierand its peer dependencies (eslint,@stylistic/eslint-plugin,eslint-plugin-jsdoc,globals) - Leave you ready to generate a config
Manual installation
If you prefer to install manually:
npm install -D @gesslar/uglier eslint @stylistic/eslint-plugin eslint-plugin-jsdoc globals
Replace npm with your package manager of choice.