diff options
Diffstat (limited to 'Devalloc/pitch.md')
-rw-r--r-- | Devalloc/pitch.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Devalloc/pitch.md b/Devalloc/pitch.md index 3d122b4..cfc0b23 100644 --- a/Devalloc/pitch.md +++ b/Devalloc/pitch.md @@ -1,11 +1,9 @@ # Devalloc -Devalloc is a service that analyzes your codebase trends, finds patterns in how -your developers work, and protects against tech debt. +Devalloc analyzes your codebase trends, finds patterns in how your developers +work, and protects against tech debt. -This pre-release prototype is a script you can download and freely run on your -git repo (requires Python >=3.6). The next, paid version of Devalloc will have -an API, easy connectors to common CI systems, and automated reporting. +Just hook it up to your CI system - it will warn you when it finds a problem. ## Identify blackholes in your codebase @@ -31,7 +29,7 @@ developers then you will never get optimal performance from your team. - Know how your devs work best: which ones have depth of knowledge, and which ones have breadth? -(Available in future paid service) +(Paid only) ## See how your teams *actually* organize themselves with cluster analysis @@ -39,4 +37,4 @@ Does your team feel splintered or not cohesive? Which developers work best together? Devalloc analyzes the collaboration patterns between devs and helps you form optimal pairings and teams based on shared code and mindspace. -(Available in future paid service) +(Paid only) |