Skip to content

logos-co/logos-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logos Module Library

Library and Command line library to abstract & interact with logos modules.

Building

Library

nix build .#lib
# Output: result/lib/liblogos_module.a
# Headers: result/include/module_lib/

CLI Binary

nix build .#lm
# Output: result/bin/lm

Tests

nix build .#all
# Runs all tests during build
# Output: result/bin/logos_module_tests

# Run tests manually
./result/bin/logos_module_tests

Using the lm Binary

Show plugin metadata:

lm metadata /path/to/plugin.dylib
lm metadata /path/to/plugin.dylib --json

Show plugin methods:

lm methods /path/to/plugin.dylib
lm methods /path/to/plugin.dylib --json

Help:

lm --help
lm --version

Development

nix develop

About

WIP abstract module functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published