$ npm install typedoc
Documentation generator for TypeScript projects.
Visit our website for more complete documentation and example API documentation:
https://typedoc.org.
There you can find an installation guide explaining how to use typedoc from the cli, webpack, grunt, or gulp. There are additional guides explaining how to extend typedoc using plugins and themes.
TypeDoc runs on Node.js and is available as an NPM package. You can install TypeDoc in your project's directory as usual:
$ npm install typedoc --save-dev
Like the TypeScript compiler, TypeDoc comes with a binary that can be run with npx
.
$ npx typedoc path/to/entry.ts
To run TypeDoc, pass it your library's entry point. TypeDoc will use the TypeScript compiler to determine what has been exported and document those items. If you specify a directory as an entry point, TypeDoc will treat all files and folders within that directory as entry points.
TypeDoc will try to discover your tsconfig.json file, but if it fails, you can specify the path
to it with --tsconfig
.
$ typedoc --tsconfig path/to/tsconfig.json path/to/entry.ts
For a complete list of the command line arguments run typedoc --help
or visit our website.
--html <path/to/documentation/>
./docs
--theme <default|minimal|path/to/theme>
--json <path/to/output.json>
This project is maintained by a community of developers. Contributions are welcome and appreciated.
You can find TypeDoc on GitHub; feel free to start an issue or create a pull requests:
https://github.com/TypeStrong/typedoc
For more information, read the contribution guide.
Copyright (c) 2015 Sebastian Lenz.
Copyright (c) 2016-2020 TypeDoc Contributors.
Licensed under the Apache License 2.0.
© 2010 - cnpmjs.org x YWFE | Home | YWFE