Skip to content

sirdiego/docker-deptrac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Deptrac via docker

This project is based on https://github.com/sensiolabs-de/deptrac, so credits go to them! For bugs in deptrac contact them. For any issues with this docker image go a head and contact me via https://github.com/ohartl/docker-deptrac/issues

Run deptrac

Mount your project directory to the /app volume

docker run --rm -v $PWD:/app ohartl/deptrac

# which is equivalent to
docker run --rm -v $PWD:/app ohartl/deptrac analyze

Initializing a deptrac project?

No problem, you can just pass any of the deptrac commands at the end.

docker run --rm -v $PWD:/app ohartl/deptrac init

About

Keep your architecture clean. (via Docker)

Resources

Stars

Watchers

Forks

Packages

No packages published