luabundle VS luabundler

Compare luabundle vs luabundler and see what are their differences.

luabundle

A library for bundling several Lua files into a single file. (by Benjamin-Dobell)

luabundler

CLI tool for bundling several Lua files into a single file. (by Benjamin-Dobell)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
luabundle luabundler
2 3
34 24
- -
2.5 0.0
6 months ago about 2 years ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

luabundle

Posts with mentions or reviews of luabundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-29.
  • luabundle - Webpack/Rollup for Lua (Library and CLI)
    3 projects | /r/lua | 29 Jul 2021
  • Building a Personal Website in 2021
    9 projects | news.ycombinator.com | 16 May 2021
    Me: Okay. I'm just going to prototype a game. Don't want to get carried away. I won't even write a game engine. I'll use Tabletop Simulator.

    Friend: Sounds good. How's it going?

    Me: Well. I needed to be able to debug my code. https://github.com/tts-community/moonsharp-tts-debug

    Friend: Oh, neat. So your game is done now?

    Me: Not exactly. I had to had in matchmaking by reverse engineering Steam. https://github.com/SteamRE/SteamKit/pull/704

    Friend: Ah. Alright. Can I play it now?

    Me: Nah, I was finding it hard to maintain code. I wrote a Lua code bundler. https://github.com/Benjamin-Dobell/luabundle

    Friend: Sweet.

    Me: Yeah, but I decided to integrate it into the official tooling. https://github.com/Berserk-Games/atom-tabletopsimulator-lua/...

    Friend: I'm sure the community will be thankful.

    Me: I hope so. I now run a small community of TTS developers. https://github.com/tts-community/

    Friend: Right. You must be done by now.

    Me: Nah, I couldn't statically type check my code. So I wrote some types. https://github.com/Benjamin-Dobell/tts-types

    Friend: Seems unnecessary for a prototype, but sure.

    Me: I had to write my own IDE to use them though. https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis

    Friend: Right... So how'd the game going then?

    Me: Oh, I'm not doing that anymore. I now consult for Berserk Games, developers of Tabletop Simulator

    Friend: ...

luabundler

Posts with mentions or reviews of luabundler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-30.
  • Has anyone tried to write a neovim config without using any plugins?
    7 projects | /r/neovim | 30 Apr 2023
    I wonder if a bundler would help? For example: https://github.com/Benjamin-Dobell/luabundler. I haven't tried it but in theory you should be able to point it at your home configuration and get a single file that includes it all.
  • How-to: OPNsense + HAProxy + Multi-LUA
    5 projects | /r/opnsense | 5 Aug 2021
    So short of trying to fix the code, of which most of us are not equipped to do, what can we do? Well, there is a really fun little tool called luabundler. This tool will analyze the Lua file you feed it, figure out all the dependency Lua scripts based on the require statements, and then wrap them all up in one self-contained Lua script! All we need is Node, the bundler, and the individual scripts.
  • luabundle - Webpack/Rollup for Lua (Library and CLI)
    3 projects | /r/lua | 29 Jul 2021
    There's also a stand-alone CLI https://github.com/Benjamin-Dobell/luabundler

What are some alternatives?

When comparing luabundle and luabundler you can also consider the following projects:

atom-tabletopsimulator-lua - Tabletop Simulator scripting package for Atom.

hugo-blox-builder - 😍 EASILY BUILD THE WEBSITE YOU WANT - NO CODE, JUST MARKDOWN BLOCKS! 使用块轻松创建任何类型的网站 - 无需代码。 一个应用程序,没有依赖项,没有 JS

plugins - OPNsense plugin collection

SteamKit - SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.

dotfiles-playbook - Ansible playbook with my ubuntu-based dotfiles

tts-types - Tabletop Simulator EmmyLua types.

haproxy-lua-http - Simple Lua HTTP helper && client for use with HAProxy.

DistorteD - Ruby multimedia toolkit with deep Jekyll integration 🧪

nvim-lsp-sans-plugins - Half decent (example) neovim configuration showing how to setup the builtin lsp client without plugins

runninginproduction.com - The website for the Running in Production podcast.

haproxy-auth-request - auth-request allows you to add access control to your HTTP services based on a subrequest to a configured HAProxy backend.