Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binloader

binloader is a small library that allows you to control the loading of dll modules.

Let's imagine a situation - you write several different addons that require the same dependency.

In general, we can just make a bunch of identical if constructs that would check if this dependency is loaded or not.

But why do that if you can just write one command that will make the modules load themselves?

join us on discord!

Installation

Via libloader

lib install autumngmod/binloader@0.1.0
lib enable autumngmod/binloader@0.1.0

Usage

bin <add|remove> <name> # add/remove dependency
bin list # list of activated modules

Releases

Packages

Contributors

Languages