๐ Nitro Module CLI
June 17, 2025 ยท View on GitHub
A CLI tool that simplifies creating React Native modules powered by Nitro Modules.

โจ 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