NAME
App::NDTools - diff/patch/process/query tools for nested structures
SYNOPSIS
nd* --help|--version
nd* [OPTIONS] <arguments>
See exact list of options, examples and exit codes for each tool in it's man page.
DESCRIPTION
Nested structures often requires quite complex processing, this tools aimed to solve some "pain in the neck" cases without writing any code.
TOOLS
- nddiff
-
Human friendly (colored, brief) and machine readable (JSON) diff.
- ndpatch
-
Apply diff to structure.
- ndproc
-
Process structure using rules and modules.
- ndquery
-
Examine structure and dump it's parts.
INSTALL
cpan App::NDTools
AUTHOR
Michael Samoglyadov, <mixas at cpan.org>
BUGS
Report bugs to https://github.com/mr-mixas/NDTools/issues
SEE ALSO
Struct::Diff, Struct::Path, Struct::Path::PerlStyle
LICENSE AND COPYRIGHT
Copyright 2016-2018 Michael Samoglyadov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.