From d86b2c7528845a22372792fc98460d7ee511e5e7 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Tue, 11 Mar 2025 13:32:19 +0100 Subject: [PATCH] docs: reflect new cli command to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddba9e..3d1af25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add pre release building to release workflow on dev/* branches an version changes. +- feat: Introduced a new CLI command `tsinjex-generate` to automate the generation of import statements for registered dependencies. + The command scans `.ts` files for `@Register` and `@RegisterInstance` decorators and generates an `auto-imports.ts` file. + This ensures that all registered dependencies are automatically included without requiring manual imports. + The CLI can be executed via `npx tsinjex-generate` or added as a script in `package.json` for easier integration. ### Deprecated