seancdavis / seancdavis-com

My personal website, which is mostly just a blog helping developers build better websites.
https://seancdavis.com/
Other
26 stars 7 forks source link

How to handle example repos? #38

Closed seancdavis closed 3 years ago

seancdavis commented 3 years ago

It may makes sense to nest those and treat this project as a monorepo, simply so everything is in the same place, and if it needs updating I know right where to go. And if it makes sense for a project to stand on its own, then I can move it. For example, Twenty Ninety is an Eleventy starter kit promoted elsewhere, so it makes sense that it should stay on its own. The downside is I'm going to be getting security warnings all the time.

seancdavis commented 3 years ago

I've decided to make this a monorepo and include all examples within this codebase. That way everything is right here. I've implemented this approach on recent posts.

I may slowly move old examples in here if I have to touch them again.

Also noting that, as of #69, I am using pnpm to manage JS dependencies across the entire project. If I pull in Ruby examples, I'll have to find another suitable solution at that time.