xml-parse-cli
v1.0.0
Published
CLI tool for xml-parse
Downloads
12
Readme
xml-parse-cli
CLI tool for xml-parse
Installation
npm install -g xml-parse-cliUsage
Initialize configuration
xml-parse init
xml-parse init --template advanced
xml-parse init --output custom-config.jsonValidate configuration
xml-parse validate
xml-parse validate path/to/config.jsonView configuration
xml-parse show
xml-parse show --env production
xml-parse show --jsonModify configuration
xml-parse set settings.debug true
xml-parse set settings.logLevel \"warn\"Compare configurations
xml-parse diff config-dev.json config-prod.jsonList templates
xml-parse templatesTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare minimum configuration |
| standard | Recommended defaults for most projects |
| advanced | Full-featured with security, caching, and multi-environment support |
Why xml-parse-cli?
- Zero dependencies at runtime — just
commanderandchalk - Template-based — start with minimal, standard, or advanced presets
- Validation built-in — catch config errors before deployment
- Environment-aware — manage dev/staging/production configs in one file
- Diff support — compare configs across environments
License
MIT
