pack.lua has been moved to https://github.com/turtleDev/pack.lua
Last active
December 5, 2024 19:04
-
-
Save turtleDev/a54a61a14e4a438f893865843279fd40 to your computer and use it in GitHub Desktop.
pack.lua | The Lua module bundler
Hi @ElhamAryanpur
I'm happy that you found this useful and thank you for the feedback.
pack.lua is currently unmaintained. If you'd be interested, I can convert this into a repository and then we can work on improving it.
Hello! @turtleDev, I'd love to help out!
Spent some time updating it and including some third party scripts such as minification of included modules, local keyword and doc guides around. So would be nice additions for those who need it
@ElhamAryanpur Sorry about the delay.
You can find the repo here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is really awesome! Had a very niche need for bundling the code and this worked perfectly. Wouldn't adding
local
to line 79, 82, and 83 help a bit? At least with warnings for some lsp.