Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit c1ca751

Browse files
author
Je
committed
doc: update init message
1 parent 9c2778b commit c1ca751

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cli/init.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ export default async function (appDir: string, options: Record<string, string |
4141

4242
log.info('Done')
4343
log.info('---')
44-
log.info(`start(dev): ` + colors.bold(`aleph`) + ' dev ' + path.basename(appDir))
45-
log.info(`start(prod): ` + colors.bold(`aleph`) + ' start ' + path.basename(appDir))
46-
log.info(`build(prod): ` + colors.bold(`aleph`) + ' build ' + path.basename(appDir))
44+
log.info(colors.dim('App is ready to Go.'))
45+
log.info(`${colors.dim('$')} cd ` + path.basename(appDir))
46+
log.info(`start(dev) : ${colors.dim('$')} ${colors.bold('aleph')} dev`)
47+
log.info(`start(prod): ${colors.dim('$')} ${colors.bold('aleph')} start`)
48+
log.info(`build(prod): ${colors.dim('$')} ${colors.bold('aleph')} build`)
4749
log.info('---')
4850
Deno.exit(0)
4951
}

0 commit comments

Comments
 (0)