Skip to main content
Module

x/create_react_app/deps.ts>cli.Command#action

Create React App with Deno
Latest
method cli.Command.prototype.action
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

Set command callback method.

Parameters

fn: IAction<CO, CA, CG, PG, P>

Command action handler.