A command-line interface for the Lunch Money personal finance API.
| Package | Description |
|---|---|
| lunch-money-cli | CLI application (lm command) |
| lunch-money-cli-core | Core library for building plugins |
npm install -g lunch-money-cli
lm auth
lm transactions listThe CLI needs a Lunch Money API token. You can provide it in three ways (checked in this order):
- Interactive setup — run
lm authand paste your token when prompted - Environment variable — set
LUNCH_MONEY_API_KEY - Flag — pass
--api-key <token>to any command
To get a token, go to Lunch Money Developers, enter a label, and click "Request Access Token".
- CLI usage & commands — see the lunch-money-cli README
- Core library API — see the lunch-money-cli-core README
MIT