Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 479 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 479 Bytes

esperf

A command-line utility for detecting and fixing performance problems in JavaScript projects.

Work in progress

This project is very much a work in progress right now. Consider it unstable until we remove this notice.

Install

npm i -S esperf

# or
npx esperf

Usage

The interactive CLI can guide you through the following steps:

  • Detecting replaceable modules
  • Applying the replacements automatically
npx esperf

License

MIT