Skip to content

v1.3.0

Choose a tag to compare

@kaifcoder kaifcoder released this 05 Oct 17:33
· 30 commits to main since this release
a39b5bc
  • Added scaffoldMonorepo function to handle project initialization with interactive prompts for project name, services, preset, package manager, and git initialization.
  • Introduced service selection with validation for unique names and ports.
  • Updated directory structure to use services/, gateway/, and infra/ instead of apps/.
  • Implemented Dockerfile generation for various service types and created a compose.yaml for Docker orchestration.
  • Added commands to add services and plugins post-initialization.
  • Updated CLI documentation to reflect new commands and flags.
  • Enhanced tests for the add service and init commands to ensure proper functionality.
  • Bumped version to 1.3.0 and added new scripts for testing and release management.