Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loathers/libram

libram is a Typescript library that intends to provide comprehensive support for automating KoLmafia
https://github.com/loathers/libram

kingdom-of-loathing kol kolmafia typescript

Last synced: about 1 month ago
JSON representation

libram is a Typescript library that intends to provide comprehensive support for automating KoLmafia

Awesome Lists containing this project

README

        

# libram

`libram` is a Typescript library that intends to provide comprehensive support for automating KoLmafia. It is installable via e.g. `yarn add libram` or `npm install libram`.

## In-mafia support

`libram` can also be used directly from the KoLmafia graphical command line. Start by installing with `git checkout https://github.com/loathers/libram release`. Then set up an alias of `jsl`: `alias jsl => js { Object.assign(globalThis, require("libram")); }`. You can then run e.g. `jsl AsdonMartin.fillTo(100)` to fill your Asdon Martin, or use any other libram component.