create-exis
v1.0.2
Published
Scaffolding tool for Exis JS framework
Readme
Description
create-exis 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 create-exis@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, create-exis configures:
- A strictly typed TypeScript environment (optional but highly recommended)
- Next.js-inspired file-system routing structure (
src/api) - 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.
