carlquistb / FormulaCraft

An SMS-based service for running Minecraft server on AWS.
MIT License
0 stars 1 forks source link

Migrate configure-ec2 to JS #42

Closed nlipiarski closed 4 years ago

nlipiarski commented 4 years ago

Bash scripting is not necessarily a sustainable method of development for our project. Ideally, we would like to consolidate all Autostack code into Node which will improve understandability of the code and make tracing code execution easier. While the use of commands will not be entirely eliminated, it should be possible to reduce our reliance on the command line.