0.0.7 • Published 1 year ago

@hipster/mdx2-issue-checker v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago