@e18e/cli
v0.4.0
Published
The official e18e CLI
Maintainers
Readme
@e18e/cli

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.
Quick Start
// Install and run analysis
npx @e18e/cli analyze
// Migrate packages interactively
npx @e18e/cli migrate --interactiveInstallation
You can install the e18e CLI globablly or use it with npx:
npm install -g @e18e/cliLearn more
You can learn more about the CLI by going through the documentation.
Contributing
We're happy you'd like to get involved! Please join our Discord server to discuss with others.
License
MIT License @2025 - Present e18e contributors.
