fish-js

0.1.6 • Public • Published

fish

a cli thing for sorting out personal finance

install

$ npm install -g fish-js

usage

Add a .fish.yaml file to your $HOME directory (see .fish.example.yaml for an example).

Then run fish on a csv file:

$ fish data.csv

┌───────┬────────┬───────┬─────────┐
│ tag   │ credit │ debit │ balance │
├───────┼────────┼───────┼─────────┤
│ a     │      3 │   -23 │     -20 │
├───────┼────────┼───────┼─────────┤
│ b     │     20 │     0 │      20 │
├───────┼────────┼───────┼─────────┤
│ total │     23 │   -23 │       0 │
└───────┴────────┴───────┴─────────┘

Dependencies (8)

Dev Dependencies (2)

Package Sidebar

Install

npm i fish-js

Weekly Downloads

13

Version

0.1.6

License

MIT

Unpacked Size

5.11 MB

Total Files

29

Last publish

Collaborators

  • justinvdm