Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.1 KB

File metadata and controls

25 lines (16 loc) · 1.1 KB

Spec-Driven Development: Engineering with Intent (Manning Publications) Companion Code

This repository contains companion code for the book Spec-Driven Development: Engineering with Intent (Manning Publications).

linkedin profile banner

The code listings are organized by chapter. Some chapter-specific listings are included as Git submodules so each example project can keep its own independent Git history.

Cloning This Repository

To clone this repository with all chapter submodules:

git clone --recurse-submodules https://github.com/intent-driven-dev/Intent-Driven-Software-Engineering.git

If you have already cloned the repository without submodules, initialize them with:

git submodule update --init --recursive

Each submodule can be opened like a normal Git repository. You can inspect its commits, branches, and history independently from this companion repository.