MCPcopy
hub / github.com/ionic-team/capacitor / createCommand

Function createCommand

cli/src/tasks/create.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { fatal } from '../errors';
3
4export async function createCommand(): Promise<void> {
5 fatal(`The create command has been removed.\n` + `Use ${c.input('npm init @capacitor/app')}`);
6}

Callers 1

runProgramFunction · 0.85

Calls 1

fatalFunction · 0.90

Tested by

no test coverage detected