Installation
You can use Exon CLI vianpx or install it globally.
Create a New Project
Run the setup command
Run the
create command in your terminal. This will start the interactive setup.Select project options
The CLI will prompt you to pick your preferred language (TypeScript or JavaScript), database ORM (Prisma, Drizzle, Mongoose, or None), and whether to enable Docker support.Exon will then:
- Copy the selected Express template
- Scaffold the database connection and models
- Generate Docker configuration (
Dockerfile,.dockerignore, anddocker-compose.yml) if selected - Merge any necessary dependencies