This is a very basic shell to serve as a cross platform automation helper.
Most of the content from main.go
are a simple copy/paste of
yuin/gopher-lua/cmd/glua.
The main difference is the list of available libraries, since this project is targeted towards making automation easy to use, some libs are pre-loaded:
- filepath to provide filesystem manipulation
- path to provide path manipulation