zenika-open-source / oss.zenika.com

Website to display awesome insights about organization open source activity
https://oss.zenika.com
Apache License 2.0
15 stars 110 forks source link

Move github-insights in this repository #24

Open frinyvonnick opened 5 years ago

frinyvonnick commented 5 years ago

What do you think of moving github-insights repository here ?

christopherkade commented 5 years ago

Given my most recent PR (https://github.com/Zenika/github-insights/pull/5) it would make sense to have it here to access the generated data directly.

But deploying it as an NPM package and allowing the user to select the folder in which the data will be generated has its merits. I think Github Insights has other use-cases and could help out other people.

frinyvonnick commented 5 years ago

Sure but this repository could be a monorepo so we could publish this github-insights as an npm package. What do you think ?

christopherkade commented 5 years ago

Sounds good to me, where would we move it? At the root under a scripts folder?

frinyvonnick commented 5 years ago

I was thinking more about lerna's approach. It's used by a lot of projects. So we could have to packages github-insights and insights-website 😄