hidocs

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

Generated using TypeDoc