Socket
Socket
Sign inDemoInstall

@hipster/mdx2-issue-checker

Package Overview
Dependencies
194
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hipster/mdx2-issue-checker

Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues


Version published
Weekly downloads
294
increased by25.11%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

mdx2-issue-checker

This package is a simple tool to check for issues in the MDX2 files. It's a wrapper of remark-cli which uses the remark-mdx plugin to check your .mdx files.

Usage:

Default usage - Will check all the files in the current directory:

npx @hipster/mdx2-issue-checker

Specify a directory to check:

npx @hipster/mdx2-issue-checker /path/to/directory

Verbose mode - By default, it will only display the files with errors. If you want to see all files which the CLI has gone through, you can use the --verbose flag:

npx @hipster/mdx2-issue-checker --verbose

FAQs

Last updated on 02 Mar 2023

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