quest-compendium is a Typescript library that intends to provide grimoire tasks for automating KoLmafia
First turn your TypeScript files into something KoLmafia can understand by running
yarn run build
Then you can automatically create symlinks to your built files by running
yarn run install-mafia
When you're developing you can have your files automatically rebuild by keeping
yarn run watch
running in the background. If you've already built symlinks, your up-to-date script can be run instantly by entering quest-compendium
into the KoLmafia CLI.