Skip to content

v1.0.0 — initial release

Choose a tag to compare

@jpbaking jpbaking released this 03 Jul 01:04
· 29 commits to main since this release

First release of lazyway-io-boilerplate — a personal boilerplate that bundles three independent kits into one install, for use as either a template for new projects or a retrofit onto existing ones.

What's inside

  • .clinerules/ core rules (from cline-rules) — enforced reasoning workflow, the DOX AGENTS.md framework, and crash-safe multi-phase task plans. Always installed.
  • compose-helper.sh/.ps1 + env + rule/skill (from compose-helper) — a safe docker compose wrapper with agent-facing guardrails against destructive commands. Always installed.
  • lazyway-io-design rule/skill (from lazyway-io-design) — teaches an agent to build on-brand pages, fetching the full design kit on demand. Optional, for frontend projects.

Installers

install.sh (Linux/macOS) and install.ps1 (Windows), curl/irm-pipeable, safe to re-run. Each required kit is fetched fresh from its own upstream repo (nothing is reimplemented here), so the boilerplate never drifts from upstream fixes. See the README for usage, options, and the new-project vs. existing-project flows.

Usage

  • New project: clone this repo (or use it as a GitHub template — enabled) and drop README.md, LICENSE, and the installer scripts, which describe/license the boilerplate itself, not your app.
  • Existing project: curl -fsSL https://raw.githubusercontent.com/jpbaking/lazyway-io-boilerplate/main/install.sh | sh

Licensed 0BSD (covers this repo's own files only).