Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 512 Bytes

glua - go + lua

This is a very basic shell to serve as a cross platform automation helper.

How it works?

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