File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11var v = require ( 'vivid-cli' ) ;
2-
2+
33v . log ( '{bgYellow}{black} __________.__ ________ ' ) ;
44v . log ( '{bgYellow}{black} \\______ \\ |__ _____ ______ ___________ \\_____ \\ ' ) ;
55v . log ( '{bgYellow}{black} | ___/ | \\\\__ \\ / ___// __ \\_ __ \\ _(__ < ' ) ;
@@ -17,6 +17,14 @@ v.log('{white} npm run {green}sloc {cyan} Get source code & comments line
1717v . log ( '{white} npm run {green}bundleshaders {cyan} Convert vert/frag shaders to js' ) ;
1818v . log ( '{white} npm run {green}plugin.cam3d {cyan} Build Camera3D Plugin' ) ;
1919v . 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 ( '' ) ;
2028v . log ( ' {white}{bold}Facebook Instant Games{/bold}' ) ;
2129v . log ( '' ) ;
2230v . log ( '{white} npm run {green}buildfb {cyan} Build dev Phaser FB with Webpack' ) ;
You can’t perform that action at this time.
0 commit comments