1.0.6 โ€ข Published 3 years ago

hidocs v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

npm.io

Web Page

npm.io

npm.io

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

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago