Skip to content

Commit 98363b8

Browse files
committed
Update help.js
1 parent 819c57b commit 98363b8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

scripts/help.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var v = require('vivid-cli');
2-
2+
33
v.log('{bgYellow}{black} __________.__ ________ ');
44
v.log('{bgYellow}{black} \\______ \\ |__ _____ ______ ___________ \\_____ \\ ');
55
v.log('{bgYellow}{black} | ___/ | \\\\__ \\ / ___// __ \\_ __ \\ _(__ < ');
@@ -17,6 +17,14 @@ v.log('{white} npm run {green}sloc {cyan} Get source code & comments line
1717
v.log('{white} npm run {green}bundleshaders {cyan} Convert vert/frag shaders to js');
1818
v.log('{white} npm run {green}plugin.cam3d {cyan} Build Camera3D Plugin');
1919
v.log('');
20+
v.log(' {white}{bold}Spine Plugin{/bold}');
21+
v.log('');
22+
v.log('{white} npm run {green}plugin.spine.watch {cyan} Spine Plugin Watch Mode');
23+
v.log('{white} npm run {green}plugin.spine.dev {cyan} Build Debug Spine Plugin');
24+
v.log('{white} npm run {green}plugin.spine.runtimes {cyan} Build Spine Runtimes');
25+
v.log('{white} npm run {green}plugin.spine.dist {cyan} Build Spine Plugin');
26+
v.log('{white} npm run {green}plugin.spine.full.dist {cyan} Build Full Plugin');
27+
v.log('');
2028
v.log(' {white}{bold}Facebook Instant Games{/bold}');
2129
v.log('');
2230
v.log('{white} npm run {green}buildfb {cyan} Build dev Phaser FB with Webpack');

0 commit comments

Comments
 (0)