UNPKG

starforged-cli

Version:

My goal is for this to be an easy-to-use CLI for playing Starforged solo. If your game ends up in a broken state of some sort, and no command yet exists to fix your issue, all of the game data you accumulate is stored in `~/starforged-cli/db.json` and you

6 lines (3 loc) 140 B
const { filter, prop } = require("ramda"); const getEnabledAbilities = filter(prop("Enabled")); module.exports = { getEnabledAbilities };