1.0.2 • Published 8 years ago
screeps-glue-push v1.0.2
Push
Gives terminal a push command to push your current git branch into the same named screeps branch

Config contains a dir property which will take absolute or relative paths from workspace to look for js files to upload
Works with folders
- obj
- creep.js
- pos.js
- stats.js
Files will be uploaded/accessible by obj/creep, obj/pos, stats. All files will always have to require from base path regardless of folder location (creep.js would do require('stats'), no ./ or ../)