Skip to content

Releases: ScaleCommerce-dev/scdev

v0.1.0

28 Mar 21:56
6a2e388

Choose a tag to compare

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/ScaleCommerce-DEV/scdev/main/install.sh | sh

Initial Release

First public release of scdev - local development environment framework.

  • Single-command project startup with scdev start
  • Config-driven multi-service containers via .scdev/config.yaml
  • Variable substitution (${PROJECTNAME}, ${PROJECTDIR}, ${SCDEV_DOMAIN})
  • Project isolation via Docker networks with inter-service DNS
  • Named volumes with persistence across restarts
  • Project state tracking with scdev list and scdev info
  • Shared Traefik router with automatic HTTPS via mkcert
  • Shared Mailpit email catcher
  • Shared Adminer database UI
  • Shared Redis Insights browser
  • Custom project commands via justfiles (.scdev/commands/)
  • Mutagen file sync for fast macOS development
  • Docs page with dynamic project list at docs.shared.<domain>
  • Self-update command (scdev update)
  • Install script for macOS and Linux