Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T10:30:23.000Z (over 2 years ago)
- Last Synced: 2024-10-12T04:14:26.119Z (26 days 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.
![](https://img.shields.io/badge/-Angular-DD0031?style=for-the-badge&logo=angular&logoColor=fff)
![](https://img.shields.io/badge/-React-61DAFB?style=for-the-badge&logo=react&logoColor=fff)
![](https://img.shields.io/badge/-Next-000000?style=for-the-badge&logo=next.js&logoColor=fff)
![](https://img.shields.io/badge/-Vue-4FC08D?style=for-the-badge&logo=vue.js&logoColor=fff)
![](https://img.shields.io/badge/-Nuxt-00C58E?style=for-the-badge&logo=nuxt.js&logoColor=fff)
![](https://img.shields.io/badge/-Svelte-FF3E00?style=for-the-badge&logo=svelte&logoColor=fff)
![](https://img.shields.io/badge/-Express_&&_Koa-F8F8F5?style=for-the-badge)
![](https://img.shields.io/badge/-Nest-E0234E?style=for-the-badge&logo=nestjs&logoColor=fff)
![](https://img.shields.io/badge/-Fastify-000000?style=for-the-badge&logo=fastify&logoColor=fff)## ๐ 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)