all repos — archive/ynab-ledger @ d06ed0b1f4cc014c72d338f3578326e10cc12212

Convert exported YNAB data to ledger-cli

Initial commit (Scaffolding)

Alan Pearce
commit

d06ed0b1f4cc014c72d338f3578326e10cc12212

1 file changed, 11 insertions(+), 0 deletions(-)

changed files
A src/Application.php
@@ -0,0 +1,11 @@
+<?php + +namespace YnabLedger; + +use CLIFramework\Application as BaseApplication; + +class Application extends BaseApplication { + public function init () { + parent::init(); + } +}