create-pika-minigame
v2.6.7
Published
CLI to scaffold Pika mini-game projects (bare React Native 0.77)
Readme
create-pika-minigame
CLI tool to scaffold Pika mini-game projects with standalone development environment.
Usage
npx create-pika-minigame my-awesome-game
cd my-awesome-game
yarn install
yarn devWhat's Included
- Design System Tokens - Colors, spacing, typography aligned with Pika brand
- UI Components - Button, Card, TopBar, Spinner
- Mock Host - Test native features without the main app
- Re.Pack Config - Module Federation setup for production
- TypeScript - Full type safety
Publishing
cd tools/create-pika-minigame
npm publishDevelopment
# Test the CLI locally
node bin/cli.js test-game
# Or link globally
npm link
create-pika-minigame test-gameLicense
MIT
