https://github.com/guidanoli/luabill
Organize your bills with Lua
https://github.com/guidanoli/luabill
Last synced: 2 months ago
JSON representation
Organize your bills with Lua
- Host: GitHub
- URL: https://github.com/guidanoli/luabill
- Owner: guidanoli
- License: gpl-3.0
- Created: 2024-02-07T02:32:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T03:53:42.000Z (over 1 year ago)
- Last Synced: 2025-03-10T15:18:54.907Z (7 months ago)
- Language: Lua
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luabill - organize your bills with Lua
## Dependencies
- Lua 5.4
- lfs 1.8.0
- serpent 0.30
- lpeg 1.1.0## Installation
1. Install all the dependencies listed above.
You may choose to install the Lua modules with LuaRocks or not.2. Clone this repository locally.
3. Add the `bin` directory to your `PATH` environment variable.
4. You can now run the `luabill` command.