JSPM

meta-tag-cli

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q58150F
  • License MIT

CLI tool for generating HTML meta tags for SEO and social sharing

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-cli

    Usage

    Initialize configuration

    meta-tag init
    meta-tag init --template advanced
    meta-tag init --output custom-config.json

    Validate configuration

    meta-tag validate
    meta-tag validate path/to/config.json

    View configuration

    meta-tag show
    meta-tag show --env production
    meta-tag show --json

    Modify configuration

    meta-tag set settings.debug true
    meta-tag set settings.logLevel \"warn\"

    Compare configurations

    meta-tag diff config-dev.json config-prod.json

    List templates

    meta-tag templates

    Templates

    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 commander and chalk
    • 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