tgmarinho / poc-ts-doc

generate docs with tsdoc and typedoc

Home Page:https://hidocs.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi Docs

Sample project with tsup and tsc, generates the documentation TSDOC standard and typedoc tool

See the Doc online

🏄🏻‍♀️ https://hidocs.netlify.app/

Code

codesandbox.io

Markdown

Web Page

Install

npm i hidocs

Usage

import {sayGoodbye, sayHello} from 'hidocs'l

console.log(sayHello("Thiago");

console.log(sayGoodbye({ name: "John", age: 30 }));

Run Example

git clone git@github.com:tgmarinho/poc-ts-doc.git
cd poc-ts-doc/example
npm i

You can code example/src/index.ts file.

Refs

Blog Posts about

Author

🧢 Thiago Marinho

About

generate docs with tsdoc and typedoc

https://hidocs.netlify.app/

License:Other


Languages

Language:HTML 71.6%Language:CSS 25.7%Language:TypeScript 2.7%