DEV Community

Discussion on: Organizing Projects on Github

Collapse
 
joseluisrnp profile image
José Luis Recio

1 project - 1 repository , the simply option

Collapse
 
foresthoffman profile image
Forest Hoffman

That's a good option. It may also depend on the complexity of each project, and if there is any overlap between them. If you have a package that is reused, it might be a good idea to have that in it's own repository.

Collapse
 
theayjaweems profile image
Ayja Weems

That sounds good to me, I'll start out with that. Thanks for the tip!