tsghc is a CLI module that quickly clones GitHub Repositories composed of TypeScript.
$ npm install -g tsghc
$ tsghc
Add it to the template folder file according to your repo's framework. here
{
url: '<repo_url>',
name: '<repo_name>',
author: '<your_name>',
description: '<repo_desc>'
}
link : '<repo_link>'
| Template | Commit Message |
|---|---|
| Angular | โค๏ธ Angular |
| React & Next | ๐ React & Next |
| Vue & Nuxt | ๐ Vue & Nuxt |
| Svelte | ๐งก Svelte |
| Express & Koa | ๐ค Express & Koa |
| Nest | ๐ Nest |
| Fastify | ๐ค Fastify |