command
module
Version:
v0.0.0-...-161ae67
Opens a new window with list of versions in this module.
Published: Nov 18, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.