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

The e18e CLI analyzes JavaScript and TypeScript projects for packaging issues, dependency health, and opportunities to switch to lighter or native alternatives.
[!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.
Installation
npm install -g @e18e/cliUsage
npx @e18e/cli analyze
npx @e18e/cli analyze /path/to/project
npx @e18e/cli analyze --json
npx @e18e/cli migrate chalk
npx @e18e/cli migrate --interactiveCommand-line options, exit behavior, and fuller examples are in the docs below.
Documentation
| Page | Description |
|------|-------------|
| analyze | Analyze command: examples, flags, metrics, exit codes, what checks run |
| migrate | Migrate command: examples, flags, scope |
| Programmatic API | Experimental report() usage and trust exports (src/index.ts) |
Contributing
We're happy you'd like to get involved! Please join our Discord server to discuss with others.
Sponsors
License
MIT License @2025 - Present e18e contributors.
