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

Function printNextSteps

cli/src/tasks/add.ts:104–111  ·  view source on GitHub ↗
(platformName: string)

Source from the content-addressed store, hash-verified

102}
103
104function printNextSteps(platformName: string) {
105 logSuccess(`${c.strong(platformName)} platform added!`);
106 output.write(
107 `Follow the Developer Workflow guide to get building:\n${c.strong(
108 `https://capacitorjs.com/docs/basics/workflow`,
109 )}\n`,
110 );
111}
112
113async function getAddChecks(config: Config, platformName: string): Promise<CheckFunction[]> {
114 if (platformName === config.ios.name) {

Callers 1

addCommandFunction · 0.70

Calls 1

logSuccessFunction · 0.90

Tested by

no test coverage detected