From: Charles McGarvey Date: Thu, 30 Nov 2017 06:56:26 +0000 (-0700) Subject: add auto-generated README X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgroupsecret;a=commitdiff_plain;h=11769a9bdc132f4fe407f1169d5bb6442701fb93 add auto-generated README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9810e5 --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +# NAME + +App::GroupSecret - A simple tool for maintaining a shared group secret + +# VERSION + +version 0.300 + +# DESCRIPTION + +This module is part of the command-line interface for managing keyfiles. + +See [groupsecret](https://metacpan.org/pod/groupsecret) for documentation. + +# METHODS + +## new + + $script = App::GroupSecret->new; + +Construct a new script object. + +## main + + $script->main(@ARGV); + +Run a command with the given command-line arguments. + +## filepath + + $filepath = $script->filepath; + +Get the path to the keyfile. + +## file + + $file = $script->file; + +Get the [App::GroupSecret::File](https://metacpan.org/pod/App::GroupSecret::File) instance for the keyfile. + +## private\_key + + $filepath = $script->private_key; + +Get the path to a private key used to decrypt the keyfile. + +# BUGS + +Please report any bugs or feature requests on the bugtracker website +[https://github.com/chazmcgarvey/groupsecret/issues](https://github.com/chazmcgarvey/groupsecret/issues) + +When submitting a bug or request, please include a test-file or a +patch to an existing test-file that illustrates the bug or desired +feature. + +# AUTHOR + +Charles McGarvey + +# COPYRIGHT AND LICENSE + +This software is Copyright (c) 2017 by Charles McGarvey. + +This is free software, licensed under: + + The MIT (X11) License