Module: RVGP::Commands
- Defined in:
- lib/rvgp/commands.rb,
lib/rvgp/commands/grid.rb,
lib/rvgp/commands/plot.rb,
lib/rvgp/commands/cashflow.rb,
lib/rvgp/commands/reconcile.rb,
lib/rvgp/commands/ireconcile.rb,
lib/rvgp/commands/new_project.rb,
lib/rvgp/commands/rotate_year.rb,
lib/rvgp/commands/publish_gsheets.rb,
lib/rvgp/commands/validate_system.rb,
lib/rvgp/commands/validate_journal.rb
Overview
This module contains the implementation of each task in the rake process. However, these commands aren’t documented yet. And, may never be. They’re mostly not useful for any api purpose. Documentation for each of these commands is available via ‘rvgp –help`.
However, these files are really useful examples to review, if you want to create rake tasks and/or custom rvgp commands in your projects. Take a look at the source code, for easy implementations that you can follow:
The ‘new_project.rb is a bit of a special case, due to it being the only command that’s available in the absensce of a ‘current project’. And, as such, might not be the best example to emulate…