lmb

command module
v0.0.0-...-161ae67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MIT Imports: 2 Imported by: 0

README

lmb

Lua Function Runner

Features

  • Single binary: Easy to deploy
  • Evaluate a function to get a result: In-place computation or one-shot script
  • Handle HTTP requests with a script: Long-running HTTP server

Installation

Install with go install:

go install github.com/henry40408/lmb@latest
lmb --version

Usage

$ echo 'print("hello, world")' >> hello.lua
$ lmb eval --file hello.lua
hello, world

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL