rgenex
v1.0.1
Published
Angular CLI-style code generator for React. Scaffold components, hooks and pages instantly.
Maintainers
Readme
rgenex
rgenex is an Angular CLI-inspired code generator for React that scaffolds components, hooks, pages, and other boilerplate from configurable templates.
⚠️ This package is still in development. Use it for experimentation only.
Features
- Generate React components, hooks, and pages
- Supports TypeScript and JavaScript
- Configurable folder structure and templates
- Detects common project stacks during
rgenex init
Usage
npx rgenex init
npx rgenex generate component ButtonLocal development
If you want to test locally while developing the CLI:
cd /path/to/rgenex
npm linkThen in your test project:
npm link rgenex
npx rgenex generate component ButtonNotes
Because this package is still under active development, the API and generated output may change.
