文件名称:money_tracking:用于跟踪费用的 CLI 工具
文件大小:27KB
文件格式:ZIP
更新时间:2024-07-01 14:38:38
Ruby
资金追踪 用于跟踪您的费用的 CLI 工具。 安装 将此行添加到应用程序的 Gemfile 中: gem 'money_tracking' 然后执行: $ bundle 或者自己安装: $ gem install money_tracking 用法 $ money expenses list Empty. $ money expenses create 37.9 euro food Created new expense with id 7dt0ibnv. $ money expenses create 25 euro internet landline Created new expense with id 2pa44pry. $ money expenses list 2pa44pry - 2015-04-17 18:17:37: 25.00 euro [intern
【文件预览】:
money_tracking-master
----.travis.yml(109B)
----bin()
--------money(173B)
----Rakefile(29B)
----Gemfile(163B)
----money_tracking.gemspec(956B)
----.rspec(30B)
----spec()
--------money_tracking()
--------aruba_helper.rb(584B)
--------integration()
--------spec_helper.rb(643B)
----.gitignore(145B)
----lib()
--------money_tracking()
--------money_tracking.rb(136B)
----README.md(2KB)
----LICENSE.txt(1KB)