Loading...
Loading...
Official NestJS starter with modular architecture and Jest testing.
npx skill4agent add eng0ai/eng0-template-skills nestjs-typescript-startergit clone --depth 1 https://github.com/nestjs/typescript-starter.git .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_templaterm -rf .git
git initnpm installnpm run buildnpm run start:dev