The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojolicious::Command::Generate::Lexicon - Generate Lexicon Command

SYNOPSIS

$ ./script/my_mojolicious_app generate lexicon [language]
    [--behavior=save||reset] [templates]

Or as perl module

use Mojolicious::Command::Generate::Lexicon;

my $l = Mojolicious::Command::Generate::Lexicon->new;
$inflate->run($language, @files);

SEE ALSO

MojoX::I18N::Lexemes

DEVELOPMENT

Repository

http://github.com/und3f/mojolicious-lexicon

AUTHOR

Sergey Zasenko, undef@cpan.org.

CREDITS

In alphabetical order

    Silvio

    Tetsuya Tatsumi

COPYRIGHT

Copyright (C) 2015, Sergey Zasenko

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.