Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotchemi/zaim-cli
CLI based Zaim client
https://github.com/hotchemi/zaim-cli
Last synced: about 1 month ago
JSON representation
CLI based Zaim client
- Host: GitHub
- URL: https://github.com/hotchemi/zaim-cli
- Owner: hotchemi
- License: mit
- Created: 2013-05-06T01:24:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T15:51:55.000Z (over 11 years ago)
- Last Synced: 2024-11-19T09:15:30.006Z (about 1 month ago)
- Language: JavaScript
- Size: 766 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zaim-cli [![NPM version](https://badge.fury.io/js/zaim-cli.png)](http://badge.fury.io/js/zaim-cli)
=======CLI based Zaim client.
##Install
Install from npm with global option:$ npm install -g zaim-cli
##Uninstall
$ npm uninstall -g zaim-cli##Usage
```sh
$ zaim┌─┐┌─┐┌┐┌──┐
├─│├─│├┤││││
│─┤│││││││││
└─┘└─┘└┘└┴┴┘
Zaim CLI v0.0.15Usage: zaim [options...]
Options:
Show user information
-u, --user
Create new [pay] or [income]
-n, --new
Show the list of currencies
-m, --money
Show the list of payment categories
-p, --pay
Show the list of income categories
-i, --income
Show the list of payment genres
-g, --genres
Show the list of currencies
-c, --currencies
Reset access token and secret
-r, --reset
Show version information
-v, --version
Show help this message
-h, --help
```## ToDo
* moneyをオプション付きで取得できるように
* create を細かいオプション付けられるように## Dependencies
* [zaim.js](https://npmjs.org/package/zaim)## Release Note
* 2013/05/06 0.0.15 release.