Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display readme of each extension on their own page #21

Open
mcanouil opened this issue Apr 23, 2024 · 1 comment
Open

Display readme of each extension on their own page #21

mcanouil opened this issue Apr 23, 2024 · 1 comment
Assignees
Labels
Difficulty: [2] Intermediate Priority: [1] Low Type: Enhancement 💡 Issues related to enhancements, improvements, new features, or new analyses

Comments

@mcanouil
Copy link
Owner

mcanouil commented Apr 23, 2024

note: it will require to edit the links to repository files such as example.qmd or template.qmd.

@mcanouil mcanouil added Priority: [1] Low Difficulty: [2] Intermediate Type: Enhancement 💡 Issues related to enhancements, improvements, new features, or new analyses labels Apr 23, 2024
@mcanouil mcanouil self-assigned this Apr 23, 2024
@mcanouil
Copy link
Owner Author

# GitHub CLI api
# https://cli.github.com/manual/gh_api

gh api \
  -H "Accept: application/vnd.github+json" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  /repos/OWNER/REPO/readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: [2] Intermediate Priority: [1] Low Type: Enhancement 💡 Issues related to enhancements, improvements, new features, or new analyses
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant