Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```