create-nitro-module
v3.4.0
Published
A CLI tool that simplifies creating React Native modules powered by Nitro Modules.
Maintainers
Readme
🚀 Nitro Module CLI
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