1.0.0 • Published 5 months ago
@toycode/xml2json-cli v1.0.0
mastodon-auth-cli
conver XML to JSON (using xml2js) cli
Installing
npm install -g @toycode/xml2json-cli
## Usage
```bash
xml2json [-n] [input file] [output file]
n is indent level
if output file is ommitted output to stdout.
if both input file and output file are omitted read input and output to stdout.
example
echo 'HelloWorld' | xml2json -4
LICENSE
MIT