@vyke/tsdocs
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

@vyke/tsdocs

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

Readme

Keywords

none

Package Sidebar

Install

npm i @vyke/tsdocs

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

22 kB

Total Files

14

Last publish

Collaborators

  • albizures