Jayllyz / esperf

A command-line utility for detecting and fixing performance problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A command-line utility for detecting and fixing performance problems

License:MIT License


Languages

Language:TypeScript 96.9%Language:JavaScript 3.1%