https://github.com/cezarypiatek/codepresenter
A tool to visualise your codebase
https://github.com/cezarypiatek/codepresenter
Last synced: 7 months ago
JSON representation
A tool to visualise your codebase
- Host: GitHub
- URL: https://github.com/cezarypiatek/codepresenter
- Owner: cezarypiatek
- Created: 2016-09-27T20:11:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T05:20:19.000Z (about 9 years ago)
- Last Synced: 2025-01-17T05:43:44.416Z (9 months ago)
- Language: PowerShell
- Size: 3.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodePresenter
A tool to visualise your codebase. Project insipired by CodeMaat https://github.com/adamtornhill/code-maatCurrently there is a support only for svn repository.
##How to use it
Run the following script from powershell console```powershell
.\CalculateMetrics.ps1 -Verbose -CheckoutDir path_to_your_repository_checkout_dir
```