DEV Community

Lynn Langit
Lynn Langit

Posted on

 

How manage your Repos?

Repo Sprawl

I find myself using GitHub for much more than source code. Lately, when I start a new project - any project, I create a new GitHub Repo.

Now I am thinking ways to combat my new problem: Repo sprawl.

1) Implement repo naming conventions
2) Include repo metadata - description, URL, taggs
3) Build for repo indexing - use common folder structure/names
4) Use rich README.md files at multiple levels in each Repo

What about you? Do you face this issue? What do you do to address it?

Top comments (0)

An Animated Guide to Node.js Event Loop

>> Check out this classic DEV post <<