Skip to content
/ dag Public

🔨 Simple dependency graph creator for repos containing multiple apps

Notifications You must be signed in to change notification settings

paulroper/dag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dag

A tool for building a DAG for a repo containing multiple apps. Based on an earlier Node implementation.

Can be easily passed into something like docker buildx to only build what's changed in the repo (example).

Setup

📓 Make sure you have Docker

  • Add a deps.json to each module you want to build in your Git repository
  • Run ./scripts/build.sh
  • Run docker run dag:latest --repository <PATH_TO_REPOSITORY> to generate a DAG

About

🔨 Simple dependency graph creator for repos containing multiple apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published