diff --git a/scripts/help.js b/scripts/help.js index 54a2510a0f..3a6f248bd4 100644 --- a/scripts/help.js +++ b/scripts/help.js @@ -9,11 +9,17 @@ v.log('{bgYellow}{black} \\/ \\/ \\/ \\/ v.log('{bgYellow}{black} Available commands: '); v.log('{white}* npm run {green}build {cyan} Build dev version of Phaser with Webpack'); -v.log('{white}* npm run {green}watch {cyan} Build dev & put Webpack into watch mode'); -v.log('{white}* npm run {green}dist {cyan} Build dist & min versions of Phaser'); +v.log('{white}* npm run {green}watch {cyan} Build dev & put Webpack in watch mode'); +v.log('{white}* npm run {green}dist {cyan} Build dist versions of Phaser'); v.log('{white}* npm run {green}lint {cyan} ESLint check Phaser source'); v.log('{white}* npm run {green}lintfix {cyan} ESLint check and fix Phaser source'); v.log('{white}* npm run {green}sloc {cyan} Get source code & comments line count'); v.log('{white}* npm run {green}bundleshaders {cyan} Convert vert/frag shaders to js'); +v.log('{white}* npm run {green}plugin.cam3d {cyan} Build Camera3D Plugin'); +v.log('{white}Facebook Instant Games:'); +v.log('{white}* npm run {green}buildfb {cyan} Build dev Phaser FB with Webpack'); +v.log('{white}* npm run {green}watchfb {cyan} Build FB dev in Webpack watch mode'); +v.log('{white}* npm run {green}distfb {cyan} Build dist versions of Phaser FB'); +v.log('{white}* npm run {green}distfull {cyan} Build dist versions of Phaser + FB'); v.log('{bgYellow}{black} https://phaser.io https://labs.phaser.io ');