documentalist
documentalist copied to clipboard
:memo: A sort-of-static site generator optimized for living documentation of software projects
Hey all, Any plans on supporting Utility Types such as `Partial` or `Omit`? Is there a trick I'm missing? Thanks!
How would I add inline typedoc tags such as {@link}?
I want to use documentalist on a TypeScript-only project. I don't want to download `kss` and its dependencies.
Currently I'm using the [compiler](https://palantir.github.io/documentalist/#compiler). I use the compiler to build JSON, which I then use to create markdown. According to https://jsdoc.app/tags-event.html, I should be able to use `@event` tags...
Consider using libnpm instead of spawning npm process in npm plugin Every piece of information that is currently used by npm plugin can be acquired through libnpm without using npm...
Hi, I was wondering if there is a way to extract the line-numbers of the methods, classes, and interfaces. within a TypeScript file? Thanks.
in code it's `IPanel` but the type arg does not appear in the interface table. (does appear on member properties though.) 
Bumps [yargs](https://github.com/yargs/yargs) and [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs). These dependencies needed to be updated together. Updates `yargs` from 17.4.0 to 17.6.0 Changelog Sourced from yargs's changelog. 17.6.0 (2022-10-01) Features lang: Czech locale (#2220) (5895cf1)...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 4.0.0 to 6.0.1. Release notes Sourced from lerna's releases. v6.0.1 6.0.1 (2022-10-14) Bug Fixes run: allow for loading of env files to be skipped (#3375) (5dbd904) v6.0.0...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.19.2 to 0.23.16. Release notes Sourced from typedoc's releases. v0.23.16 Features Object types will now be pretty printed, #1793. Added support for specifying the tsconfig.json file in...