Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code repository for book "Spec-Driven Development: Engineering with Intent" on Manning Publications

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Contributors