๐Ÿš€ Nitro Module CLI

June 17, 2025 ยท View on GitHub

A CLI tool that simplifies creating React Native modules powered by Nitro Modules.

Version Downloads License Docs

CLI Demo

โœจ Features

  • ๐Ÿ“ฑ Pre-configured iOS & Android native module templates
  • ๐Ÿ“ฆ Automatic linking and installation
  • ๐Ÿ“š TypeScript support out of the box
  • ๐Ÿ”ง Zero configuration required
  • โš™๏ธ Automated ios/android build with GitHub Actions
  • ๐Ÿ“ฆ Semantic Release

๐Ÿ“– Documentation

Ready to supercharge your React Native development? Visit our comprehensive documentation:

๐Ÿ“š Explore Nitro Module CLI Documentation

๐Ÿš€ Quick Start

# Using bun
bun create nitro-module@latest my-nitro-module

# Using yarn
yarn create nitro-module@latest my-nitro-module

# Using pnpm
pnpm create nitro-module@latest my-nitro-module

# Using npx
npx create-nitro-module@latest my-nitro-module