Popularity
7.2
Growing
Activity
0.0
Stable
22
5
4

Monthly Downloads: 9
Programming language: Haskell
License: MIT License
Tags: Language    

typescript-docs alternatives and similar packages

Based on the "Language" category.
Alternatively, view typescript-docs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of typescript-docs or a related project?

Add another 'Language' Package

README

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 [email protected]: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