Skip to content

A command-line utility for detecting and fixing performance problems

License

Notifications You must be signed in to change notification settings

es-tooling/esperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80a161a · Aug 10, 2024

History

15 Commits
Aug 7, 2024
Aug 10, 2024
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Aug 9, 2024
Aug 7, 2024
Aug 9, 2024
Aug 9, 2024
Aug 7, 2024

Repository files navigation

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