https://github.com/ljlm0402/tsghc
:octocat: TypeScript GitHub Clone CLI
https://github.com/ljlm0402/tsghc
angular cli clone express fastify github nestjs next nuxt react repository svelte typescript vue
Last synced: 3 months ago
JSON representation
:octocat: TypeScript GitHub Clone CLI
- Host: GitHub
- URL: https://github.com/ljlm0402/tsghc
- Owner: ljlm0402
- License: mit
- Created: 2020-09-29T15:58:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T10:30:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T15:26:43.948Z (3 months ago)
- Topics: angular, cli, clone, express, fastify, github, nestjs, next, nuxt, react, repository, svelte, typescript, vue
- Language: JavaScript
- Homepage: http://npm.im/tsghc
- Size: 4.19 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ๐ What is it ?
**tsghc** is a CLI module that quickly clones GitHub Repositories composed of TypeScript.
## ๐ Quick Start
### Install with the npm global package
```sh
$ npm install -g tsghc
```### CLI tsghc
```sh
$ tsghc
```
## ๐น It supports various frameworks.








## ๐ Please pull request from your repository.
Add it to the template folder file according to your repo's framework. [here](https://github.com/ljlm0402/tsghc/issues/new)
```md
{
url: '',
name: '',
author: '',
description: ''
}link : ''
```## ๐ฌ Recommended Commit Message
| Template | Commit Message |
| :------------ | :--------------- |
| Angular | โค๏ธ Angular |
| React & Next | ๐ React & Next |
| Vue & Nuxt | ๐ Vue & Nuxt |
| Svelte | ๐งก Svelte |
| Express & Koa | ๐ค Express & Koa |
| Nest | ๐ Nest |
| Fastify | ๐ค Fastify |## ๐ณ License
[MIT](LICENSE)