Skip to content

Commit

Permalink
Updated help script
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Sep 20, 2018
1 parent 3fb0f7c commit bc1cf42
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ');

0 comments on commit bc1cf42

Please sign in to comment.