UNPKG

cr-react-cli

Version:

Create react files with a single command

7 lines (6 loc) 192 B
import { Command } from 'commander'; import BaseCommand from '../base.command'; declare class CreateHookCommand extends BaseCommand { build(): Command; } export default CreateHookCommand;