Viewer of GitHub traffic built in Tauri.
Just enter the personal access token in this app window to graphically list the Views and Clones of your public repositories.
- for Users
- Windows 11 (or Windows that installed WebView2)
- GitHub personal access token
- permission : public_repo
- for Developers
- Windows 11 (or Windows that installed WebView2)
- Microsoft Visual Studio C++ build tools
- Rustc and Cargo Package Manager
- Node.js
- Node.js Package Manager (e.g. Yarn)
Check also this page : https://tauri.studio/docs/getting-started/setting-up-windows
You can download the latest version here : Releases
When the application is launched for the first time, a modal window appears.
Enter your GitHub personal access token and click the Submit button in the modal window.
This app requires the following permissions of GitHub personal access token.
- public_repo
The next time, this app will load the saved personal access token.
In Windows, the following file will be created in C:\Users{username}\AppData\Roaming\Tauri GitHub Analyzer.
- token.json
If the token has expired, a modal window will reappear , please enter a new token.
Token can be re-entered up to 5 times. If the limit is exceeded, the application will be forced to exit.
Docs is here : https://github.com/sakelog/tauri_github_analyzer/tree/main/docs
You can clone this repository with follow command.
git clone ...
cd tauri_github_analyzer
yarn
You can also debug with the following commands.
yarn dev
For production build, execute the following command.
yarn release
- Build smaller, faster, and more secure desktop applications with a web frontend | Tauri Studio
- Introduction - Rust By Example 日本語版
- reqwest - Rust
- Convert curl commands to code
- Chakra UI - A simple, modular and accessible component library that gives you the building blocks you need to build your React applications. - Chakra UI
- ビルドシステムをcreate-react-appからViteに移行した話 - Sansan Builders Blog
This project is licensed under the MIT License.
See the LICENSE file for details.