UNPKG

genreactai

Version:

A lightweight and customizable CLI tool to generate React components, tailored to your project's structure and style preferences.

5 lines (3 loc) 84 B
#!/usr/bin/env node import { main } from '../src/core/createComponent.js'; main();