The e18e CLI is a tool for analyzing and optimizing your JS/TS projects. It helps you identify performance issues, find optimization opportunities, and automatically migrate to suggested dependencies.
Important
This project is still in early development and we are actively working on it. If you encounter any issues or have ideas for new features, please let us know by opening an issue on our GitHub repository.
// Install and run analysis
npx @e18e/cli analyze
// Migrate packages interactively
npx @e18e/cli migrate --interactiveYou can install the e18e CLI globablly or use it with npx:
npm install -g @e18e/cliYou can learn more about the CLI by going through the documentation.
We're happy you'd like to get involved! Please join our Discord server to discuss with others.
MIT License @2025 - Present e18e contributors.
