Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
typedoc-default-themes
Advanced tools
Documentation generator for TypeScript projects.
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 called from anywhere
if you install TypeDoc as a global module. The name of the executable is typedoc
.
$ npm install typedoc --global
$ typedoc
If you want to know what a documentation created with TypeDoc looks like, head over to the homepage of the project. We've setup examples demonstrating the two default themes shipped with the package:
http://typedoc.io/themes/default
http://typedoc.io/themes/minimal
TypeDoc accepts most of the command line arguments that the TypeScript compiler accepts. One major difference is the fact that one may pass an entire directory instead of individual files to the documentation generator. So in order to create a documentation for an entire project you simply type:
$ typedoc --out path/to/documentation/ path/to/typescript/project/
--out <path/to/documentation/>
--exclude <pattern>
--includeDeclarations
--externalPattern <pattern>
--excludeExternals
--module <commonjs or amd>
--target <ES3 or ES5>
--theme <default|minimal|path/to/theme>
--name <Documentation title>
--readme <path/to/readme|none>
none
to disable the index page
and start the documentation on the globals page.--hideGenerator
--gaID
--gaSite <site>
auto
--version
--help
--verbose
There is a plugin available to run TypeDoc with Gulp created by Rogier Schouten. You can find it on NPM:
https://www.npmjs.org/package/gulp-typedoc/
There is a plugin available to run TypeDoc with Grunt created by Bart van der Schoor. You can find it on NPM:
https://www.npmjs.org/package/grunt-typedoc
Visit our homepage for advanced guides and an extensive API documentation:
http://typedoc.io
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/sebastian-lenz/typedoc
Copyright (c) 2015 Sebastian Lenz.
Licensed under the Apache License 2.0.
FAQs
Default themes for TypeDoc.
The npm package typedoc-default-themes receives a total of 351,500 weekly downloads. As such, typedoc-default-themes popularity was classified as popular.
We found that typedoc-default-themes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.