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

https://github.com/harryplusplus/ts-devenv


https://github.com/harryplusplus/ts-devenv

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# TypeScript Development Environment

## Add to `remote` and `merge`

```sh
git remote add --fetch --track main ts-devenv https://github.com/harryplusplus/ts-devenv.git
git branch ts-devenv ts-devenv/main
git merge ts-devenv
```