You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature would allow pointing lit to a package.lua file in a luvi app's source tree and build the binary including all dependencies.
> git clone git://github.com/luvit/luvit.git
# git clones down the luvit repo> lit package luvit/app
# lit reads luvit/app/package.lua and downloads all dependencies# lit combines dependencies with files on disk relative to package.lua into an in-memory zip# lit appends zip to it's own binary half to create a new file in cwd. Name is specified in package.lua> ./luvit
# luvit is run from the newly created binary.
The app field in package.lua determines the generated binary's name.
The text was updated successfully, but these errors were encountered:
This feature would allow pointing lit to a package.lua file in a luvi app's source tree and build the binary including all dependencies.
The
app
field in package.lua determines the generated binary's name.The text was updated successfully, but these errors were encountered: