Releases: Emin-ACIKGOZ/scbake
Releases · Emin-ACIKGOZ/scbake
v0.0.1
scbake v1.0.0 - Public Testing 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.