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.
npm install -g @e18e/clinpx @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.
| 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) |
We're happy you'd like to get involved! Please join our Discord server to discuss with others.
MIT License @2025 - Present e18e contributors.
