Update help.js

This commit is contained in:
Richard Davey 2020-09-29 10:56:25 +01:00
parent 819c57b9be
commit 98363b87fc

View file

@ -1,5 +1,5 @@
var v = require('vivid-cli');
v.log('{bgYellow}{black} __________.__ ________ ');
v.log('{bgYellow}{black} \\______ \\ |__ _____ ______ ___________ \\_____ \\ ');
v.log('{bgYellow}{black} | ___/ | \\\\__ \\ / ___// __ \\_ __ \\ _(__ < ');
@ -17,6 +17,14 @@ v.log('{white} npm run {green}sloc {cyan} Get source code & comments line
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('');
v.log(' {white}{bold}Spine Plugin{/bold}');
v.log('');
v.log('{white} npm run {green}plugin.spine.watch {cyan} Spine Plugin Watch Mode');
v.log('{white} npm run {green}plugin.spine.dev {cyan} Build Debug Spine Plugin');
v.log('{white} npm run {green}plugin.spine.runtimes {cyan} Build Spine Runtimes');
v.log('{white} npm run {green}plugin.spine.dist {cyan} Build Spine Plugin');
v.log('{white} npm run {green}plugin.spine.full.dist {cyan} Build Full Plugin');
v.log('');
v.log(' {white}{bold}Facebook Instant Games{/bold}');
v.log('');
v.log('{white} npm run {green}buildfb {cyan} Build dev Phaser FB with Webpack');