0.0.1 • Published 7 years ago

typedoc-transformer v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

typedoc-transformer

Tool for transforming typedoc json to other formats

Usage

Usage for converting to modified JSDoc/JSON API lovechild

1. Generate a config file

See config schema.

{
  "manifest" : {
    "title": "My docs site",
    "intro": "Everything is awesome"
  },
  "projects": [
    {
      "src": "path/to/some/project"
    }
  ],
  "output": "out.json"
}

2. Run transform

tdt my-config.json