1.3.0 โข Published 4 years ago
tsghc v1.3.0
๐ What is it ?
tsghc is a CLI module that quickly clones GitHub Repositories composed of TypeScript.
๐ Quick Start
Install with the npm global package
$ npm install -g tsghcCLI tsghc
$ 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
{
url: '<repo_url>',
name: '<repo_name>',
author: '<your_name>',
description: '<repo_desc>'
}
link : '<repo_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 |