UNPKG

rgen-cli

Version:

A developer CLI for initializing React projects, managing utilities, and scaffolding components, hooks, pages, layouts, routes, and contexts quickly.

5 lines (4 loc) 111 B
import { Command } from '@oclif/core'; export default class Init extends Command { run(): Promise<void>; }