This is a command line automation tool that I built to make repeating command line invocations unnecessary. This allows you to use as much lua code as possible to automate your stuff.
This can be your one stop commad to get everyting you want with after you invest a bit of your tiome with it
This is a lua alternative to bash script in a way, but it is nicely modularised, so, you can create pretty complicated logic.
Modules
| lib.http | HTTP helper to be used by other modules |
| lib.json | Helper functions to encode and decode json strings to tables |
Scripts
| t | Main command line interface to execute library
functions
This script has been written in such a way that you should be able to execute moudules in lib by just scoping them on command line For Eg. |