Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jgroth/typescript_handler
- Owner: jgroth
- License: mit
- Created: 2022-07-05T10:52:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T10:52:46.000Z (over 2 years ago)
- Last Synced: 2024-10-31T18:12:28.897Z (about 2 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```