0.1.15 • Published 3 years ago

@urpflanze/typedoc-docs v0.1.15

Weekly downloads
543
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Typedoc-Docs

Motivations

This package comes from the need to generate documentation from a typescript project by applying a custom style.

As a first step I felt the need to simplify the file generated by the command

typedoc. --json <path/to/out-file.json>

In order to have a more readable result and therefore easier to manage.

The style is still tied to urpflanze, but it could become an isolated package.

Installation

Install with npm

npm i -D @urpflanze/typedoc-docs

add generate-docs in your package.json

"scripts": {
    "generate-docs": "npx generate-docs"
}

Testing

After the generation you will have to change the value of the base tag if you want to test it locally

file docs/index.html change

<base href="/.../" />

to

<base href="/" />

and run server in docs dir (for example: php -S localhost:8080)

0.1.15

3 years ago

0.1.14

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago