Skip to content

Instantly share code, notes, and snippets.

@turtleDev
Last active December 5, 2024 19:04
Show Gist options
  • Save turtleDev/a54a61a14e4a438f893865843279fd40 to your computer and use it in GitHub Desktop.
Save turtleDev/a54a61a14e4a438f893865843279fd40 to your computer and use it in GitHub Desktop.
pack.lua | The Lua module bundler
@ElhamAryanpur
Copy link

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.

@turtleDev
Copy link
Author

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.

@ElhamAryanpur
Copy link

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

@turtleDev
Copy link
Author

@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