{
  "type": "module",
  "source": "doc/api/packages-cli.md",
  "modules": [
    {
      "textRaw": "`@doc-kit/cli`",
      "name": "`@doc-kit/cli`",
      "type": "module",
      "desc": "<p>The command-line interface for <a href=\"https://github.com/nodejs/doc-kit\">doc-kit</a>:\nthe <code>doc-kit</code> binary that runs the\n<a href=\"https://www.npmjs.com/package/@doc-kit/core\"><code>@doc-kit/core</code></a> engine to turn\nAPI-shaped Markdown into documentation sites, JSON, man pages, and more.</p>",
      "modules": [
        {
          "textRaw": "Usage",
          "name": "usage",
          "type": "module",
          "desc": "<pre><code class=\"language-sh\">npx @doc-kit/cli --help\nnpx @doc-kit/cli generate --help\n</code></pre>\n<p>You must provide an input and at least one target through command-line\noptions or a configuration file. Configuration is discovered automatically\nusing <code>cosmiconfig</code>, or you can select a file explicitly with\n<code>--config-file</code>.</p>\n<pre><code class=\"language-sh\">npx @doc-kit/cli generate \\\n  -t html \\\n  -i \"path/to/docs/**/*.md\" \\\n  -o out\n</code></pre>\n<p>Built-in generator names resolve to the <a href=\"https://www.npmjs.com/package/@doc-kit/core\"><code>@doc-kit/core</code>\ngenerators</a> and its companion\ngenerator packages, which must be installed alongside this one. Custom\ngenerators load by import specifier — any module whose default export is a\ngenerator works as a <code>--target</code>.</p>",
          "displayName": "Usage"
        },
        {
          "textRaw": "Contributing",
          "name": "contributing",
          "type": "module",
          "desc": "<p>This package lives in the <a href=\"https://github.com/nodejs/doc-kit\">nodejs/doc-kit</a>\nmonorepo. From this directory (or the repository root with\n<code>npm run &#x3C;script> --workspace @doc-kit/cli</code>):</p>\n<pre><code class=\"language-sh\"># Run the CLI\nnpm run run -- generate --help\n\n# Re-run the CLI on every change\nnpm run watch\n</code></pre>",
          "displayName": "Contributing"
        }
      ],
      "displayName": "`@doc-kit/cli`"
    }
  ]
}