@exisjs/create
v0.5.11
Published
Scaffolding tool for ExisJS applications
Readme
Description
@exisjs/create is the lightning-fast, interactive CLI tool used to bootstrap new Exis JS applications. It sets up a perfectly structured, production-ready environment in seconds so you can start building immediately.
Usage
You do not need to install this package globally. You can simply run it directly using npx:
npx @exisjs/create@latest my-backendThis will launch an interactive prompt that will ask you a few quick questions (like whether you want TypeScript or ESLint), and then generate your project for you.
What's Included?
Out of the box, @exisjs/create configures:
- A strictly typed TypeScript environment (optional but highly recommended)
- Next.js-inspired file-system routing structure (
src/http) - ESLint for code quality
- Live-reloading for rapid development
Documentation
For full documentation and guides on building with Exis JS, please visit the main Exis JS Repository.
