Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgroth/typescript_handler

Mkdocs typescript handler
https://github.com/jgroth/typescript_handler

Last synced: 30 days ago
JSON representation

Mkdocs typescript handler

Awesome Lists containing this project

README

        

# mkdocstrings-typescript

[![ci](https://github.com/jgroth/mkdocstrings-typescript/workflows/ci/badge.svg)](https://github.com/jgroth/mkdocstrings-typescript/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://jgroth.github.io/mkdocstrings-typescript/)
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-typescript.svg)](https://pypi.org/project/mkdocstrings-typescript/)
[![gitpod](https://img.shields.io/badge/gitpod-workspace-blue.svg?style=flat)](https://gitpod.io/#https://github.com/jgroth/mkdocstrings-typescript)
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://gitter.im/mkdocstrings-typescript/community)

A Typescript handler for mkdocstrings.

## Installation

With `pip`:
```bash
pip install mkdocstrings-typescript
```

With [`pipx`](https://github.com/pipxproject/pipx):
```bash
python3.7 -m pip install --user pipx
pipx install mkdocstrings-typescript
```