command
module
Version:
v0.0.0-...-a937665
Opens a new window with list of versions in this module.
Published: Apr 22, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
p2j
Convert a Maven POM file to JSON.
Notable Features:
- input can be STDIN or specified by filename
- all keys are converted to lowercase
- POM elements which may have multiple children (like licenses or developers)
will be converted to JSON arrays, even is there is only a single element.
Install
$ go install install github.com/jswank/p2j@latest
Usage
$ p2j foo.pom
$ cat foo.pom | p2j
License
MIT
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.