Skip to content

Commit

Permalink
[TASK] add "Next steps" info at the end of generating subtheme process
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 1, 2017
1 parent 669e5a6 commit 95578cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ text.subtheme = {
return `
${chalk.bold('Done!')}
${chalk.cyan(`subtheme_t3kit_${cache.siteName}`)} successfully created!
================================
${chalk.bold('Next steps:')}
1. Activate ${chalk.cyan(`subtheme_t3kit_${cache.siteName}`)} in TYPO3 extension tab
2. Activate ${chalk.cyan(`subtheme_t3kit_${cache.siteName}`)} in TYPO3 Themes tab
`
},
initialCommit: (cache) => `initial commit, based on subtheme_t3kit_template v${cache.lastTag}`,
Expand Down

0 comments on commit 95578cb

Please sign in to comment.