Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
{ fatal } from
'../errors'
;
3
4
export
async
function
createCommand(): Promise<void> {
5
fatal(`The create command has been removed.\n` + `Use ${c.input(
'npm init @capacitor/app'
)}`);
6
}
Callers
1
runProgram
Function · 0.85
Calls
1
fatal
Function · 0.90
Tested by
no test coverage detected