Socket
Socket
Sign inDemoInstall

readmeta

Package Overview
Dependencies
67
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    readmeta

Cli for previewing meta tags for web application.


Version published
Weekly downloads
10
increased by900%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

readmeta

readmeta is cli package built in nodejs. It helps you to test and preview your meta tags. You can get all your meta tags just by runing a single command.

readmeta also support single page application which change meta tags at run time.

Install

npm i readmeta -g

Note: - You might get permission issue while installing this package. In this case please run command as sudo or with admin priviledge.

Still not working

try this

sudo npm i readmeta -g --unsafe-perm=true

Example

Fetch meta

This will show all meta tags in console

readmeta --url=google.com

OR (with http included)

readmeta --url=http://google.com

Preview meta

This will open a browser and show how your app will be previewed in different app like facebook, whatsapp, twitter etc.

readmeta --url=http://google.com --preview

Keywords

FAQs

Last updated on 04 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc