Add new file from local computer
-
It would be good to add possibility to import file from user system. For example I'm now starting to play after some time. I have code on my computer and have to copy all files one by one and type name for each one.
-
There's direct API access and github integration
API access - http://support.screeps.com/hc/en-us/articles/203022612-Commiting-scripts-using-direct-API-access
Github integration can be set up from your account settings page.You can upload files with .js extensions - extension will be removed and the files will appear as modules
-
There's also a thing that does something via Grunt (whatever that is), but I think it is just wrapping the API.
-
Yeah, grunt is simply a wrapper, and actually makes me not care about the api (once I know kinda how its working though)