Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
40 prioritized NestJS best practices across architecture, DI, security, performance, testing, and microservices.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
.gitignore
1# Dependencies2node_modules/34# Website (lives on docs branch)5website/67# Build outputs8dist/9*.js10*.d.ts11*.js.map1213# IDE14.idea/15.vscode/16*.swp17*.swo1819# OS20.DS_Store21Thumbs.db2223# Logs24*.log25npm-debug.log*2627# Environment28.env29.env.local30