Skip to content

paf31/typescript-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Hyperlink generation
  • Basic module support
  • Support for simple jsdoc-style comments

Installation

First install the Haskell Platform.

Now install the typescript-docs package:

cabal install typescript-docs

Alternatively, clone and build locally:

git clone git@github.com:paf31/typescript-docs.git
cd typescript-docs
cabal install

Usage

Generate declaration files as part of your build:

tsc -d ...

Include comments:

tsc -d -c ...

Run typescript-docs

typescript-docs *.d.ts

Getting Help

typescript-docs --help

Styling

You may wish to style the following classes using css:

  • keyword
  • syntax
  • identifier
  • literal
  • mono

About

A documentation tool for TypeScript Definition files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published