1.0.6 โข Published 3 years ago
hidocs v1.0.6
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)(https://codesandbox.io/embed/suspicious-sanne-ppii5i?autoresize=1&fontsize=14&hidenavigation=1&theme=dark)
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
- https://tsdoc.org/
- https://tsdoc.org/play#
- https://typedoc.org/
- https://typedoc.org/example/
- eslint-plugin-tsdoc
Blog Posts about
Author
๐งข Thiago Marinho