Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/tsgo
A commandline tool for using TypeScript to write libraries and export API documentation
https://github.com/toyobayashi/tsgo
Last synced: 2 days ago
JSON representation
A commandline tool for using TypeScript to write libraries and export API documentation
- Host: GitHub
- URL: https://github.com/toyobayashi/tsgo
- Owner: toyobayashi
- License: mit
- Created: 2020-05-09T04:00:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T16:03:00.000Z (about 2 years ago)
- Last Synced: 2024-10-27T14:44:24.801Z (12 days ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tsgo
A commandline tool for using TypeScript to write libraries and export API documentation.
## Quick Start
``` bash
$ npm install -g @tybys/tsgo
$ tsgo init mylib
$ cd mylib
```