nestjs-dependency-injection

Official

DI for modular NestJS apps

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers NestJS dependency injection with providers, modules, decorators, and advanced patterns for modular architectures.

Core Features & Use Cases

  • Class, value, factory providers: Flexible provider patterns.
  • Module system: Organize providers and exports across modules.
  • Async providers: Use useFactory with injections for dynamic setup.

Quick Start

Define a ConfigService provider and a DatabaseService with a factory provider and wire them into a module.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nestjs-dependency-injection
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#nestjs-dependency-injection

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository