Go to file
zmrlft 5488bb4e36 ci: add cross-platform build & release workflow 2025-10-26 23:16:37 +08:00
.github/workflows ci: add cross-platform build & release workflow 2025-10-26 23:16:37 +08:00
build feat: implement repository generation feature 2025-10-22 17:03:26 +08:00
docs/images docs: update readme 2025-05-06 16:28:39 +08:00
frontend feat: Implement right-click mode toggle and canvas data import/export 2025-10-26 00:26:17 +08:00
.gitignore chore: initialize project with wails 2025-02-05 15:30:01 +08:00
README.md feat: add Star History section to README 2025-10-25 00:41:22 +08:00
README_zh.md feat: add Star History section to README 2025-10-25 00:41:22 +08:00
app.go feat: Implement right-click mode toggle and canvas data import/export 2025-10-26 00:26:17 +08:00
cmd_nonwindows.go feat: open repo dir automatically 2025-10-23 11:58:46 +08:00
cmd_windows.go feat: open repo dir automatically 2025-10-23 11:58:46 +08:00
go.mod feat: implement repository generation feature 2025-10-22 17:03:26 +08:00
go.sum chore: initialize project with wails 2025-02-05 15:30:01 +08:00
main.go feat: implement repository generation feature 2025-10-22 17:03:26 +08:00
open_directory.go feat: open repo dir automatically 2025-10-23 11:58:46 +08:00
wails.json ci: add cross-platform build & release workflow 2025-10-26 23:16:37 +08:00

README.md

README (English)

中文: README (中文)

How to use

Make sure git is installed on your computer.

app screenshot

Download the application, open it, and let your creativity flow! Generating a repository may take a while. After generation, copy the repository folder and enter it to continue.

Next steps

  1. Log in to your GitHub account and create an empty remote repository (do not select README, .gitignore or License).
  2. From the generated repository directory run the following commands to push your local repo to the remote:
git remote add origin <remote-repo-url>
git branch -M main
git push -u origin main

Note: After pushing, GitHub may take anywhere from 5 minutes to two days to show the contribution on your profile. You can make the repository private and enable contributions from private repositories in your GitHub contribution settings so others can't see the repo contents but your contribution activity will still be counted.

private setting screenshot

Future features

We may add support for creating repositories in custom languages. For example, if you want a Java repository, the tool would generate one and it would be reflected in your GitHub language statistics.

Star History

Star History Chart

Disclaimer

This project is provided for educational, demonstration, and research purposes related to GitHub contribution mechanics. Misuse (for example to falsify job applications) is the user's responsibility.