https://github.com/csabapalfi/freeagent
💸 Simple command line interface for FreeAgent
https://github.com/csabapalfi/freeagent
cli freeagent npm-package
Last synced: about 1 month ago
JSON representation
💸 Simple command line interface for FreeAgent
- Host: GitHub
- URL: https://github.com/csabapalfi/freeagent
- Owner: csabapalfi
- Created: 2016-10-13T10:25:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:41:09.000Z (over 2 years ago)
- Last Synced: 2025-04-13T10:12:50.035Z (about 1 month ago)
- Topics: cli, freeagent, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/freeagent
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeagent
Simple command line interface for [FreeAgent](https://www.freeagent.com/).
# usage
`freeagent `
e.g. `freeagent /accounting/profit_and_loss/summary`
See available API paths here: https://dev.freeagent.com/docs
Hint: pipe results to `jq .` to get nicely formatted JSON
# install
`npm install -g freeagent`
# first time setup
1. register an app on https://dev.freeagent.com/apps
1. create a `~/.freeagent.json` file:
```json
{
"clientId": "OAuth identifier here",
"clientSecret": "OAuth secret here"
}
```