@aex.is/zero
v0.1.19
Published
Aexis Zero scaffolding CLI
Readme
Aexis Zero
A cross-platform interactive CLI for scaffolding minimal Next.js and Expo apps with a terminal-first UI.
Install (global)
npm install -g @aex.is/zeroInstall (Homebrew)
brew install aexis-gh/homebrew-zero/zeroUsage
zeroRequirements
- One package manager installed: npm, pnpm, yarn, or bun.
Generated starters
- 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).
Environment variables
The CLI generates .env.example with:
- Next.js:
RESEND_API_KEY,CONTACT_FROM_EMAIL,CONTACT_TO_EMAIL. - Expo:
EXPO_PUBLIC_CONTACT_ENDPOINT. - Any selected module keys (Neon, Clerk, Payload, Stripe).
Development
bun install
bun run devBuild requirements
- Go (for the Bubble Tea TUI binary build).
- Brand assets in
assets/:assets/icon.svgassets/icon.pngassets/social.png
