conwnet / github1s

One second to read GitHub code with VS Code.
https://github1s.com
MIT License
22.79k stars 863 forks source link

How it works ? #485

Open luver225 opened 1 year ago

luver225 commented 1 year ago

This is a very cool project!

When I use Azure DevOps Repos, I also want to work like github1s.

So,I want to know its technical scheme and framework?

If it's convenient for you, can you talk about it?

welcome[bot] commented 1 year ago

Hello there!👋 Welcome to the project!💖 Thank you and congrats🎉for opening your very first issue in this project.Be patient while we get back to you.😄

github-actions[bot] commented 1 year ago

Hello there luver225 👋

Welcome to github1s !!💖🥳

Thank you and congratulations 🎉 for opening your very first issue in this project. github1s fosters an open and welcoming environment for all our contributors.🌸

Incase you want to claim this issue, please comment down below! We will try to get back to you as soon as we can.👀

Feel free to visit github1s.com. 👩‍💻 If you have any interesting ideas, just open an issue. We would love to hear you and engage in discussions.

conwnet commented 1 year ago

https://github.com/conwnet/github1s/blob/master/docs/guide.md

This document introduces the general principles of github1s.

We also have plans to make github1s work with user's own SCM systems easily.

eppisai commented 1 year ago

@conwnet how does it get files from any github repo, and why is there a extension named github1s?

conwnet commented 1 year ago

how does it get files from any github repo, and why is there a extension named github1s?

@eppisai we use GitHub REST API and Sourcegraph API to fetch github repo data.

The extension named GitHub1s implements many features of github1s.