Skip to content

paf31/typescript-docs-psc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-docs

A documentation generator for TypeScript code

Installation

Install globally using npm install -g typescript-docs.

Usage

typescript-docs works on TypeScript definition (.d.ts) files to create HTML documentation.

Generate a .d.ts file for your TypeScript code, by using the -d flag on the command line, and then pass the resulting file to typescript-docs as follows:

typescript-docs -i my-defs.d.ts

This will print the HTML onto standard output. To redirect the HTML output to a file, use the -o flag:

typescript-docs -i my-defs.d.ts -o index.html

Contributing

If you would like to contribute to this project, you will need to install the PureScript compiler.

Use Bower to pull dependencies, and Pulp to build the sources via the bundled Makefile:

bower update
npm install -g pulp
make

About

A PureScript port of typescript-docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published