(newConfigName: string)
| 152 | } |
| 153 | |
| 154 | function 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 | |
| 159 | async function promptToSignup(): Promise<boolean> { |
| 160 | const answers = await logPrompt( |
no test coverage detected