NAME

    RosettaCode - An Application to interface with http://rosettacode.org

VERSION

    This document describes RosettaCode version 0.0.15.

SYNOPSIS

    From the command line:

        > rosettacode help
        > git clone https://github.com/acmeism/RosettaCodeData
        > cd RosettaCodeData
        > rosettacode sync .

DESCRIPTION

    RosettaCode.org is a fantastic wiki that contains ~ 750 programming
    tasks, each implemented in up to ~ 550 programming languages.

    This tool aims to make it easier for programmers to obtain and try the
    various code samples.

    At this point, the main function is to extract the code examples and
    put them into a git repository on GitHub. You probably don't need to
    use this tool yourself. You can just get the repository here:

        git clone https://github.com/acmeism/RosettaCodeData

    This tool will just update all the files in that repository.

AUTHOR

    Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE

    Copyright 2013-2017. Ingy döt Net.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    See http://www.perl.com/perl/misc/Artistic.html