github-automated-repos-cli
v1.0.1
Published
CLI that automates the creation of GitHub project pages by integrating github-automated-repos Library into Next.js, React, and Vite workflows.
Readme
Documentation
This CLI works on top of the github-automated-repos library.
Getting Started
1. Run Command
npx github-automated-repos-cli init
2. Enter data
🦑 GitHub Username
You will be prompted to enter your GitHub username.
This is used to fetch your public repositories directly from GitHub.
✔ GitHub username: xxxxxx
🔑 Keyword (Repository Filter)
Next, you’ll choose a keyword (for example: attached , portfolio , featured ).
This keyword will be used to filter repositories via the GitHub Topics field.
✔ Keyword to filter (e.g. 'attached'): attached[!IMPORTANT] Don't forget to enter your Keyword in the Topics field of each project so it appears on the generated page.
3. Page Generation
Once confirmed, the CLI will:
- Generate the project page
- Inject the correct logic
- Connect it to github-automated-repos
- Finalize the template
4. Result
Your project page is now ready 🎉
✨ Your project page is ready!
🔗 http://localhost:3000/projectsSupported Framework Paths
Next.js (App Router)
app/projects/page.tsxViteJS
src/pages/projects.tsxLove github-automated-repos CLI? Give our repo a star ⭐ ⬆️ .
based in: Api Github
by: @digoarthur
