2.1.0 • Published 26 days ago

@microsoft/type2docfx v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
26 days ago

Type2DocFx

A tool to generate TypeScript API documentation for docfx.

Installation

Type2DocFx runs on Node.js and is available as an NPM package.

$ npm install type2docfx -g --@docfx:registry=https://docfx.pkgs.visualstudio.com/docfx/_packaging/docs-public-packages/npm/registry/

Usage

Usage: type2docfx [options] <input> <outputFolder>

Generate TypeScript API documentation for docfx.

Arguments:
  input          input can be one of the following:
                 * a path to the typedoc JSON output
                 * a path to source code folder
                 * an `npm install` compatible package, e.g., a package name, a git repository, a gzipped tarball, an URL, a git repository, etc.
  outputFolder   The output directory to place generated artifact.

Options:
  -V, --version  output the version number
  -h, --help     display help for command

Example

Input a path to file.json (generated by typedoc)

type2docfx api.json out

Input a path to source code folder

type2docfx c:/code-repo out

Input a valid input that npm install can leverage (a package name)

type2docfx typescript@4.8.4 out

Input a valid input that npm install can leverage (a tarball file)

type2docfx c:/typescript-4.8.4.tgz out

Other

This tool will install the input package into the system temp folder. If this brings any issue, try to change the TEMP/TMP environment variable to use another folder.

License

Licensed under the Apache License 2.0.

2.1.0

1 month ago

2.1.1-preview.0

1 month ago

2.0.8-dev.1316695.0

12 months ago

2.0.8-dev.1316634.0

12 months ago

2.0.6

1 year ago

2.0.8

11 months ago

2.0.7-dev.1306951.0

12 months ago

2.0.9-dev.1354792.0

11 months ago

2.0.8-preview.0

12 months ago

2.0.8-dev.1351648.0

11 months ago

2.0.9-dev.1351901.0

11 months ago

2.0.9-dev.1353254.0

11 months ago

2.0.9-dev.1355916.0

11 months ago

2.0.9-dev.1351864.0

11 months ago

2.0.9-preview.0

11 months ago

2.0.8-dev.1345086.0

11 months ago

2.0.8-dev.1308537.0

12 months ago

2.0.8-dev.1344935.0

11 months ago

2.0.8-dev.1307076.0

12 months ago

2.0.3-preview.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7-preview.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

2.0.4-preview.0

1 year ago

2.0.1-preview.0

1 year ago

2.0.5-preview.0

1 year ago

2.0.2-preview.0

1 year ago

2.0.6-preview.0

1 year ago

1.3.1

1 year ago

1.3.2-preview.0

1 year ago

1.3.0

1 year ago

1.3.1-preview.0

1 year ago