nestjs-typescript-starter

📁 rebyteai-template/rebyte-skills 📅 5 days ago
2
总安装量
1
周安装量
#72779
全站排名
安装命令
npx skills add https://github.com/rebyteai-template/rebyte-skills --skill nestjs-typescript-starter

Agent 安装分布

amp 1
opencode 1
cursor 1
kimi-cli 1
codex 1
github-copilot 1

Skill 文档

NestJS TypeScript Starter

The official NestJS starter with modular architecture and testing.

Tech Stack

  • Framework: NestJS
  • Language: TypeScript
  • Testing: Jest
  • Package Manager: npm

Setup

1. Clone the Template

git clone --depth 1 https://github.com/nestjs/typescript-starter.git .

If the directory is not empty:

git clone --depth 1 https://github.com/nestjs/typescript-starter.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template

2. Remove Git History (Optional)

rm -rf .git
git init

3. Install Dependencies

npm install

Build

npm run build

Development

npm run start:dev