spearmint-0.1.4 is not a library.
spearmint
Sync Roblox developer products and game passes from a TOML config to the Open Cloud API.
Install
Setup
-
Create an API key at create.roblox.com/dashboard/credentials with Developer Product and Game Pass write permissions.
-
Add your key to
.env:ROBLOX_PRODUCTS_API_KEY=your_api_key_here -
Run
spearmint initand edit the generatedspearmint.toml.
Config
= 123456789
[]
= "src/shared/modules/Products.luau"
= true
[]
= "dev_product"
= "100 Coins"
= 99
= "Get 100 coins"
= "assets/products/coins.png"
[]
= "gamepass"
= "VIP"
= 499
Commands
| Command | Description |
|---|---|
spearmint sync |
Sync products to Roblox and generate output files |
spearmint generate |
Generate Lua/TypeScript files without API calls |
spearmint list |
List products and sync status |
spearmint init |
Create a default config template |
License
MIT