DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
5 stars 3 forks source link

Include Github CLI in devcontainer #215

Open callumforrester opened 2 days ago

callumforrester commented 2 days ago

The Github CLI is a useful tool for quickly syncing forks, checking out PRs by number, export gists etc.

Given that we already have opinionated Github support in our copier template, it may make sense to include the CLI, thoughts welcome.

coretl commented 2 days ago

Would you add this as part of the dockerfile or via a feature?

GDYendell commented 2 days ago

Perhaps adding GitHub Pull Requests as a recommended extension would be useful as well / instead?

coretl commented 2 days ago

Perhaps adding GitHub Pull Requests as a recommended extension would be useful as well / instead?

My preference would be the extension instead of the cli

callumforrester commented 6 hours ago

I'm happy to install the extension for myself and try it for a bit, can progress this issue if I find it does what I want