-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
After completing #1, we aim to add a "JavaScript binary" that you can quickly call, following NPM's package.json documentation for bin.
This aims to provide functionality to:
- Provide a
globfor input (-i)- This can be a single API doc file, or a glob to all markdown files of a folder or subfolder (like
doc/api/*.md
- This can be a single API doc file, or a glob to all markdown files of a folder or subfolder (like
- Provide an output folder path
-o- This is not a glob but simple a directory to output generated contents
- File names will match input file names
- Provide an execution target mode (
-t)- Initially it will only support
mdxthis can be a comma-separated value of one or more output formats we'll support in the future (likejson,html,mdx)
- Initially it will only support
This file should be stored within a bin/cli.mjs file
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done