https://github.com/harryplusplus/ts-devenv
https://github.com/harryplusplus/ts-devenv
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harryplusplus/ts-devenv
- Owner: harryplusplus
- License: mit
- Created: 2025-09-15T12:07:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T13:20:34.000Z (10 months ago)
- Last Synced: 2025-09-15T15:20:08.898Z (10 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```