Releases: alphafantomu/simple-luv
Releases · alphafantomu/simple-luv
v1.2.0
- better utilized luvit/require with lit and luvi
- moved example gitignore and editorconfig to a folder
- added better command organization using commands folder
- removed dependencies from repository
- removed help.txt, help is now hardcoded in main.lua
- added package.lua to assist with lit make for installing dependencies upon building
- severely shortened main, which is now only a command handler
v1.1.1
- fixed --editorconfig message to say
.editorconfig found in current directory
instead of.gitignore found in current directory
v1.1
- fixed --gitignore not being able to find premade .gitignore file
- fixed --editorconfig not being able to find premade .editorconfig file
v1
- added --version flag
- added --setup flag to move binaries and adjusting environment variables PATH, LUA_PATH and LUA_CPATH for users
- added --help for help menu
- added --githublink to make it easier to link libraries
- added --link to link libraries on any path
- added --gitignore to quickly add a .gitignore file for lua
- added --editorconfig to quickly add a .editorconfig file for github display
- added luvit dependencies
- luvit/path
- luvit/core
- luvit/los
- dkjson
- alphafantomu/discordia-extensions