From 96ff6c591682db8539d53f9d4081ec2cec4d413f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 15 Aug 2019 13:33:38 +0200 Subject: [PATCH] add repo naming schema --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0025ba1ee..3718a8179 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ * standalone repos for each service * hyperreva as wrapper repository for standalone binary +Suggested repos naming schema: +* reva-hyper + * reva-phoenix + * reva-my-service1 + * reva-my-service2 + * ... + ## Technical details * microservices: [go-kit/kit](https://github.com/go-kit/kit) * cli: [spf13/cobra](https://github.com/spf13/cobra)