]> Dogcows Code - chaz/homebank2ledger/blob - README
edf80f67b68867f093deecf76776401eb0fd5934
[chaz/homebank2ledger] / README
1 NAME
2
3 App::HomeBank2Ledger - A tool to convert HomeBank files to Ledger
4 format
5
6 VERSION
7
8 version 0.001
9
10 SYNOPSIS
11
12 App::HomeBank2Ledger->main(@args);
13
14 DESCRIPTION
15
16 This module is part of the homebank2ledger script.
17
18 METHODS
19
20 main
21
22 App::HomeBank2Ledger->main(@args);
23
24 Run the script and exit; does not return.
25
26 formatter
27
28 $formatter = $app->formatter($homebank, $opts);
29
30 Generate a App::HomeBank2Ledger::Formatter.
31
32 convert_homebank_to_ledger
33
34 my $ledger = $app->convert_homebank_to_ledger($homebank, $opts);
35
36 Converts a File::HomeBank to a App::HomeBank2Ledger::Ledger.
37
38 print_to_file
39
40 $app->print_to_file($str);
41 $app->print_to_file($str, $filepath);
42
43 Print a string to a file (or STDOUT).
44
45 parse_args
46
47 $opts = $app->parse_args(@args);
48
49 Parse command-line arguments.
50
51 BUGS
52
53 Please report any bugs or feature requests on the bugtracker website
54 https://github.com/chazmcgarvey/homebank2ledger/issues
55
56 When submitting a bug or request, please include a test-file or a patch
57 to an existing test-file that illustrates the bug or desired feature.
58
59 AUTHOR
60
61 Charles McGarvey <chazmcgarvey@brokenzipper.com>
62
63 COPYRIGHT AND LICENSE
64
65 This software is Copyright (c) 2019 by Charles McGarvey.
66
67 This is free software, licensed under:
68
69 The MIT (X11) License
70
This page took 0.033531 seconds and 4 git commands to generate.