mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Updated help script
This commit is contained in:
parent
3fb0f7c57b
commit
bc1cf42011
1 changed files with 8 additions and 2 deletions
|
@ -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 ');
|
||||
|
|
Loading…
Reference in a new issue