A command-line utility for detecting and fixing performance problems in JavaScript projects.
npm i -S module-replacements-cli
The interactive CLI can guide you through the following steps:
- Detecting replaceable modules
- Applying the replacements automatically
npx mr
# or the full name
npx module-replacements
MIT