Aexis Zero scaffolding CLI
npm install @aex.is/zeroA cross-platform interactive CLI for scaffolding minimal Next.js and Expo apps with a terminal-first UI.
``sh`
npm install -g @aex.is/zero
`sh`
brew install aexis-gh/homebrew-zero/zero
`sh`
zero
- One package manager installed: npm, pnpm, yarn, or bun.
- Next.js App Router + Tailwind + shadcn-ready config.
- Expo Router + Tamagui.
- Minimal layout, four routes, metadata, and icon generation.
- Contact form wired to /api/contact (Next) and a device POST to your backend (Expo).
The CLI generates .env.example with:RESEND_API_KEY
- Next.js: , CONTACT_FROM_EMAIL, CONTACT_TO_EMAIL.EXPO_PUBLIC_CONTACT_ENDPOINT
- Expo: .
- Any selected module keys (Neon, Clerk, Payload, Stripe).
`sh`
bun install
bun run dev
- Go (for the Bubble Tea TUI binary build).
- Brand assets in assets/:assets/icon.svg
- assets/icon.png
- assets/social.png`
-