Skip to content

Releases: Emin-ACIKGOZ/scbake

v0.0.1

19 Apr 18:48

Choose a tag to compare

Release v0.0.1

scbake v1.0.0 - Public Testing Release

24 Nov 15:13
bf60cdf

Choose a tag to compare

Pre-release

🧪 scbake v0.9.0-beta.1 — Public Testing Release

This is the first public pre-release (beta) of Scaffold Bake, intended for testing and feedback. Please report any issues you encounter with atomic safety rollbacks or template application errors.

✨ Core Features Included

  • Atomic Rollback Safety: All project modifications are wrapped in a Git savepoint for safety.
  • Layered Composition: Supports combining Language Packs (Go, Svelte, Spring) and Tooling Templates (CI, Linters, Makefiles).
  • Prioritized Execution: Tasks run in a defined order using Priority Bands.

📋 Commands

  • scbake new <project-name>: Creates a new project directory.
  • scbake apply: Applies new templates/languages to an existing project.
  • scbake list: Displays available language packs and tooling templates.

🛠️ Build Hygiene

  • Implemented compliant GPL-3.0-or-later SPDX license headers.
  • Integrated GitHub Actions for comprehensive testing and cross-platform build artifact generation.