fujin
v0.1.2
Published
A CLI for adding components from the fujin registry.
Downloads
88
Maintainers
Readme
fujin
A modern CLI for adding components from the fujin registry to your Next.js projects.
Inspired by shadcn-style registries, fujin helps you initialize and add components with full control.
npx fujin
Or install globally:
```bash
npm install -g fujin
Create a new fujin-powered project.
```bash
npx fujin createinit
Initialize dependencies and configuration in your project.
npx fujin initadd
Add a component from the fujin registry.
npx fujin add buttonRun without arguments to see available components:
npx fujin add🛠 Development
git clone https://github.com/Ashfaqsidd47s/fujin cd fujin npm install npm run build
📖 Documentation
Documentation coming soon.
🤝 Contributing
Pull requests are welcome. For major changes, please open an issue first.
📄 License
MIT License
🔗 Repository
GitHub: https://github.com/Ashfaqsidd47s/fujin
