Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (meta-tag-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
meta-tag-cli
CLI tool for generating HTML meta tags for SEO and social sharing
Installation
npm install -g meta-tag-cliUsage
Initialize configuration
meta-tag init
meta-tag init --template advanced
meta-tag init --output custom-config.jsonValidate configuration
meta-tag validate
meta-tag validate path/to/config.jsonView configuration
meta-tag show
meta-tag show --env production
meta-tag show --jsonModify configuration
meta-tag set settings.debug true
meta-tag set settings.logLevel \"warn\"Compare configurations
meta-tag diff config-dev.json config-prod.jsonList templates
meta-tag templatesTemplates
| Template | Description |
|---|---|
minimal |
Bare minimum configuration |
standard |
Recommended defaults for most projects |
advanced |
Full-featured with security, caching, and multi-environment support |
Why meta-tag-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