Docker image for code-forensics
This Docker image provides an easy way to use smontanari's codebase analysis tool code-forensics.
If you want, you can build the image yourself:
sh build.sh
This generates reports & starts a local webserver listening on localhost:3000. Except reports that are for a specific file. Namely Complexity trend analysis.
sh run.sh
docker run --rm -it -v "$(pwd):/var/www/repo" -p 3000:3000 code-forensics ${TASK}
A default gulpfile.js configuration file is used if none exists in the repository that should be analysed.
For more information about possible configuration options see the documentation.