https://github.com/e18e/cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e18e/cli
- Owner: e18e
- License: mit
- Created: 2025-03-17T13:58:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-30T23:17:08.000Z (3 months ago)
- Last Synced: 2026-03-31T01:34:08.913Z (3 months ago)
- Language: TypeScript
- Size: 653 KB
- Stars: 147
- Watchers: 3
- Forks: 11
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/e18e/cli/issues/new/choose) on our GitHub repository.
>
## Quick Start
```sh
// Install and run analysis
npx @e18e/cli analyze
// Migrate packages interactively
npx @e18e/cli migrate --interactive
```
## Installation
You can install the e18e CLI globablly or use it with npx:
```sh
npm install -g @e18e/cli
```
## Learn more
You can learn more about the CLI by going through the [documentation](https://e18e.dev/docs/cli/).
## Contributing
We're happy you'd like to get involved! Please join our [Discord](https://chat.e18e.dev) server to discuss with others.
## Sponsors
## License
MIT License @2025 - Present e18e contributors.