Skip to content

Releases: alphafantomu/simple-luv

v1.2.0

01 Nov 16:21
176ae88
Compare
Choose a tag to compare
  • 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

29 Sep 21:55
Compare
Choose a tag to compare
  • fixed --editorconfig message to say .editorconfig found in current directory instead of .gitignore found in current directory

v1.1

29 Sep 21:51
Compare
Choose a tag to compare
  • fixed --gitignore not being able to find premade .gitignore file
  • fixed --editorconfig not being able to find premade .editorconfig file

v1

29 Sep 04:19
Compare
Choose a tag to compare
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