Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/tsdoc
A doc comment standard for TypeScript
https://github.com/microsoft/tsdoc
comments doc-comments documentation jsdoc markdown parser rushstack specification syntax typescript
Last synced: 5 days ago
JSON representation
A doc comment standard for TypeScript
- Host: GitHub
- URL: https://github.com/microsoft/tsdoc
- Owner: microsoft
- License: mit
- Created: 2018-03-01T00:16:52.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:33:58.000Z (6 months ago)
- Last Synced: 2024-10-30T01:01:26.556Z (2 months ago)
- Topics: comments, doc-comments, documentation, jsdoc, markdown, parser, rushstack, specification, syntax, typescript
- Language: TypeScript
- Homepage: https://tsdoc.org/
- Size: 6.9 MB
- Stars: 4,742
- Watchers: 50
- Forks: 131
- Open Issues: 139
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - tsdoc - A doc comment standard for the TypeScript language (TypeScript)
- awesome-list - tsdoc
- jimsghstars - microsoft/tsdoc - A doc comment standard for TypeScript (TypeScript)
- awesome-documentation - TSDoc - A doc comment standard for TypeScript. (Documentation Types / Code Documentation)
README
[![#tsdoc chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/#narrow/stream/266672-tsdoc) [![Build Status](https://dev.azure.com/RushStack/Gearbox%20GitHub%20Projects/_apis/build/status/tsdoc/TSDoc%20CI%20Build?branchName=main)](https://dev.azure.com/RushStack/Gearbox%20GitHub%20Projects/_build/latest?definitionId=5&branchName=main)
## Documentation Links
- [What is TSDoc?](https://tsdoc.org/) - project overview and roadmap
- [Zulip chat room](https://rushstack.zulipchat.com/#narrow/stream/266672-tsdoc) - live help from other developers
- [TSDoc tag reference](https://tsdoc.org/pages/tags/alpha/) - learn about syntax elements such as `@param`, `@remarks`, etc.
- [TSDoc Playground](https://tsdoc.org/play) - interactive demo of the parser engine
- [Contributing: Building the projects](https://tsdoc.org/pages/contributing/building/) - how to build and debug the projects in this repo
- [Contributing: Submitting a PR](https://tsdoc.org/pages/contributing/pr_checklist/) - instructions for making a pull request## Projects in this monorepo
| Folder | Version | Changelog | Description |
| ------ | ------- | --------- | ------- |
| [/api-demo](./api-demo/) | (local project) | | Code samples illustrating how to use the **@microsoft/tsdoc** parser |
| [/eslint-plugin](./eslint-plugin/) | [![npm version](https://badge.fury.io/js/eslint-plugin-tsdoc.svg)](https://badge.fury.io/js/eslint-plugin-tsdoc) | [changelog](./eslint-plugin/CHANGELOG.md) | [eslint-plugin-tsdoc](https://www.npmjs.com/package/eslint-plugin-tsdoc) plugin for ESLint|
| [/playground](./playground/) | (local project) | | Source code for the [TSDoc Playground](https://tsdoc.org/play) web app |
| [/tsdoc](./tsdoc/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Ftsdoc.svg)](https://badge.fury.io/js/%40microsoft%2Ftsdoc) | [changelog](./tsdoc/CHANGELOG.md) | [@microsoft/tsdoc](https://www.npmjs.com/package/@microsoft/tsdoc) parser library |
| [/tsdoc-config](./tsdoc/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Ftsdoc-config.svg)](https://badge.fury.io/js/%40microsoft%2Ftsdoc-config) | [changelog](./tsdoc-config/CHANGELOG.md) | [@microsoft/tsdoc-config](https://www.npmjs.com/package/@microsoft/tsdoc-config) loader for **tsdoc.json** |## Contributor Notice
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.