Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.
/ type2docfx Public archive

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

License

Notifications You must be signed in to change notification settings

docascode/type2docfx

Folders and files

NameName
Last commit message
Last commit date
Jun 19, 2020
Dec 9, 2019
Sep 15, 2020
Dec 9, 2019
Dec 9, 2019
Jun 19, 2020
Aug 25, 2017
Sep 26, 2017
Dec 6, 2019
Aug 6, 2021
Jun 19, 2020
Aug 15, 2019
Aug 25, 2017

Repository files navigation

Type2DocFx

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

Installation

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

$ npm install type2docfx --save-dev

Usage

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

  A tool to convert the json format api file generated by TypeDoc to yaml format output files for docfx.


  Options:

    -V, --version           output the version number
    --hasModule             Add the option if the source repository contains module
    --disableAlphabetOrder  Add the option if you want to disable the alphabet order in output yaml
    -h, --help              output usage information

License

Licensed under the Apache License 2.0.

About

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.

Resources

License

Stars

Watchers

Forks

Packages

No packages published