Skip to content

Releases: OpenOpsDev/stitch

refactor: structure of the application

13 Feb 17:19
c1a9649
Compare
Choose a tag to compare
  • create packages for each sub-command for a cleaner setup
  • refactor core logic into pkg folder
  • argument check on create application command

feat(cmd): applate init

13 Feb 01:45
ffe6275
Compare
Choose a tag to compare
  • applate - application templates to streamline development with your standardized templates
  • cmd and file wrapper utils

First Release! compose command

17 Jan 17:19
c220983
Compare
Choose a tag to compare
Pre-release

stitch compose add <service>

Creates or Updates docker-compose file at root of the project.
Simple stream-line process with prompts:

  • Create presets (postgres, redis, rabbitmq)
  • Create from dockerhub registry
  • Create Local build of application with linking