sculkr 0.1.3

Companion CLI for packwiz - generate modlists and track Minecraft modpack changes
1
2
3
4
5
6
7
# Copy to `.env` for local runs. Read at startup, never compiled in, so edits
# take effect on the next run rather than the next rebuild.

# Single quotes, not double: dotenv expands $VAR inside double quotes, and a
# CurseForge key is bcrypt-shaped ($2a$10$...), so double quotes silently eat
# most of it and you get a 403 with an empty body.
CF_API_KEY='your-curseforge-api-key'