diff --git a/generators/extension/templates/extension.js b/generators/extension/templates/extension.js index 0b2cbf8..e8ae7ed 100644 --- a/generators/extension/templates/extension.js +++ b/generators/extension/templates/extension.js @@ -1,5 +1,10 @@ 'use strict'; module.exports = function (nodecg) { - + nodecg.log.info('Hello, from your bundle\'s extension!'); + nodecg.log.info('I\'m where you put all your server-side code.'); + nodecg.log.info(`To edit me, open "${__filename}" in your favorite text editor or IDE.`); + nodecg.log.info('You can use any libraries, frameworks, and tools you want. There are no limits.'); + nodecg.log.info('Visit https://nodecg.com for full documentation.'); + nodecg.log.info('Good luck!'); }; diff --git a/generators/graphic/templates/graphic.html b/generators/graphic/templates/graphic.html index df2054d..dcd495b 100644 --- a/generators/graphic/templates/graphic.html +++ b/generators/graphic/templates/graphic.html @@ -2,8 +2,36 @@ + +

+ Hello, I'm one of the graphics in your bundle! + I'm where you put the graphics you want to run in your broadcast software! +

+ +

To edit me, open "" in your favorite text editor or IDE.

+ +

You can use any libraries, frameworks, and tools you want. There are no limits.

+ +

Visit https://nodecg.com for full documentation.

+ +

Have fun!

+ + diff --git a/generators/panel/templates/panel.html b/generators/panel/templates/panel.html index df2054d..880a5f9 100644 --- a/generators/panel/templates/panel.html +++ b/generators/panel/templates/panel.html @@ -2,8 +2,36 @@ + +

+ Hello, I'm one of the panels in your bundle! + I'm where you put your controls. +

+

To edit me, open "" in your favorite text editor or IDE.

+ +

+ You can use any libraries, frameworks, and tools you want. + The only limit of panels is that they cannot render outside of their + <iframe>'s bounding box. +

+ +

Visit https://nodecg.com for full documentation.

+ +

You've got this!

+ +