Skip to content

OK CLI

PyPI version Python versions

A command-line tool using Typer and Copier to help you quickly create React apps and generate components using predefined templates.

Features

  • 🚀 Create React Apps: Generate new React Native apps with a single command
  • 🧩 Generate Components: Create reusable React components with TypeScript support
  • 📱 React Native Ready: Templates optimized for React Native development
  • 🎨 Modern Stack: Uses NativeWind for styling and Storybook for component development
  • âš¡ Fast: Built with Typer for lightning-fast CLI experience

Quick Start

Installation

pip install ok-cli

Create a new React app

ok-cli new my-awesome-app

Generate a component

cd my-awesome-app
ok-cli generate component Button

What's Next