0.0.9 • Published 5 months ago

@vyke/tsdocs v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

A simple and opinionated TypeScript docs generator designed to effortlessly create comprehensive API documentation for your TypeScript projects. Embracing a straightforward approach, this tool leverages JSDoc annotations within your codebase, automating the process of generating clear, organized, and easily navigable documentation for your APIs.

Installation

npm i @vyke/tsdocs -D

Add a script to your package.json for easy execution:

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

Make sure you have a API section in your README.md file

<!-- README.md -->

## API

API

generateApi

Generates api docs base on the jsdocs on the exports functions

replaceApiSection

Replace the old api section with the given one

Others vyke projects

0.0.9

5 months ago

0.0.8

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago