What problem does it solve?
Startup infrastructure for NEAN projects is fragmented; this kit standardizes stack decisions, scaffolding, and GitHub security to accelerate compliant project setup.
Core Features & Use Cases
- Establishes stack decisions (toolchain, Nx monorepo layout, NestJS/Angular conventions, database approach, environments)
- Scaffolds project with CI and shared libraries, API utilities, Docker config
- Configures local Git hooks (Husky, lint-staged, pre-commit validation)
- Applies GitHub security enhancements (branch protection, Dependabot, CodeQL, CODEOWNERS, SECURITY.md, PR templates)
- Verifies governing constraints (security, non-functional requirements, coding standards, styleguide)
- Provides quality workflows for unit tests, code review, design review
Quick Start
Run the nean-kit Startup sequence to initialize a new NEAN project with stack decisions, scaffolding, and GitHub security.