Skip to content
/ lua-cli-starter Public template

Build standalone executable CLIs with Lua

Notifications You must be signed in to change notification settings

stordahl/lua-cli-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua CLI Starter

Build standalone executable CLIs with Lua

Overview

This project acts as a starting point for building command line apps with Lua. It comes with a simple "Hello World" app that demonstrates some basic argument parsing.

Usage

To use this repo...

  • Clone the repo to your machine
  • Rename /src/app.lua to /src/{your app name}.lua
  • Replace all instances of app in the Makefile and all scripts with your app name
  • Then build your app inside of /src!

When you want to build the app, simply run make build. This will create an executable inside /build

References

About

Build standalone executable CLIs with Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published