-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
Currently, ddd-kit is not available on the NPM registry, which makes it difficult for developers to install, update, and manage the package using standard JavaScript tooling. This limits its accessibility and adoption within the community.
Describe the solution you’d like
I would like ddd-kit to be published and maintained on the NPM registry. This would allow developers to easily add it as a dependency in their projects, keep it up to date, and benefit from the NPM ecosystem and version management.
Describe alternatives you’ve considered
Alternatives considered include installing ddd-kit directly from the repository or using other package managers, but these methods are less convenient and can introduce issues with versioning, updates, and dependency management.
Additional context
Acceptance criterion: The version manager used for publishing must be easily compatible with Turborepo, as recommended in the official documentation (e.g., Changesets CLI). This will ensure a smooth, automated, and monorepo-friendly publishing process.