MCPcopy
hub / github.com/obytes/react-native-template-obytes / showMoreDetails

Function showMoreDetails

cli/utils.js:31โ€“40  ยท  view source on GitHub โ†—
(projectName)

Source from the content-addressed store, hash-verified

29};
30// show more details message using chalk
31const showMoreDetails = (projectName) => {
32 consola.box(
33 'Your project is ready to go! \n\n\n',
34 '๐Ÿš€ To get started, run the following commands: \n\n',
35 ` \`cd ${projectName}\` \n`,
36 ' IOS : `pnpm ios` \n',
37 ' Android : `pnpm android` \n\n',
38 '๐Ÿ“š Starter Documentation: https://starter.obytes.com'
39 );
40};
41
42module.exports = {
43 runCommand,

Callers 1

createObytesAppFunction ยท 0.85

Calls

no outgoing calls

Tested by

no test coverage detected