Add interactive mode with menu-driven resource editing

Running with no flags launches an interactive menu powered by @inquirer/prompts.
Supports chaining multiple actions (max resources, set crafted, geology, time)
before saving once to clipboard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-25 16:58:25 +01:00
parent 1d0404cd36
commit 3a84335cda
4 changed files with 608 additions and 23 deletions

View File

@@ -11,6 +11,7 @@
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@inquirer/prompts": "^8.3.0",
"lz-string": "^1.5.0"
}
}