diff options
| author | Christine Dodrill <me@christine.website> | 2017-01-10 14:23:53 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2017-01-10 14:23:53 -0800 |
| commit | d74c5d5a81955bef6c52879fcb257972e58b160a (patch) | |
| tree | e0fb9ae7229adc2745fb55a0ea811ec7795a299c | |
| parent | e054735a6808150f3978c7835a000ca381098cb1 (diff) | |
| download | x-d74c5d5a81955bef6c52879fcb257972e58b160a.tar.xz x-d74c5d5a81955bef6c52879fcb257972e58b160a.zip | |
glue: readme
| -rw-r--r-- | glue/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/glue/README.md b/glue/README.md new file mode 100644 index 0000000..dd33582 --- /dev/null +++ b/glue/README.md @@ -0,0 +1,18 @@ +glue +==== + +Basically gopher-lua's cmd/glua with the following modules imported: +- https://godoc.org/layeh.com/gopher-json +- https://github.com/ailncode/gluaxmlpath +- https://github.com/cjoudrey/gluahttp +- https://github.com/cjoudrey/gluaurl +- https://github.com/kohkimakimoto/gluaenv +- https://github.com/kohkimakimoto/gluafs +- https://github.com/kohkimakimoto/gluamarkdown +- https://github.com/kohkimakimoto/gluaquestion +- https://github.com/kohkimakimoto/gluassh +- https://github.com/kohkimakimoto/gluatemplate +- https://github.com/kohkimakimoto/gluayaml +- https://github.com/otm/gluaflag +- https://github.com/otm/gluash +- https://github.com/yuin/gluare |
