UNPKG

cr-react-cli

Version:

Create react files with a single command

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