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

Function printNextSteps

cli/src/tasks/init.ts:154–157  ·  view source on GitHub ↗
(newConfigName: string)

Source from the content-addressed store, hash-verified

152}
153
154function printNextSteps(newConfigName: string) {
155 logSuccess(`${c.strong(newConfigName)} created!`);
156 output.write(`\nNext steps: \n${c.strong(`https://capacitorjs.com/docs/getting-started#where-to-go-next`)}\n`);
157}
158
159async function promptToSignup(): Promise<boolean> {
160 const answers = await logPrompt(

Callers 1

runMergeConfigFunction · 0.70

Calls 1

logSuccessFunction · 0.90

Tested by

no test coverage detected