|
1 | 1 | # github-misc-scripts |
2 | 2 |
|
| 3 | +[][gh-cli] |
| 4 | +[][scripts] |
| 5 | +[][ci] |
| 6 | +[][stars] |
| 7 | + |
3 | 8 | Miscellaneous GitHub scripts, `gh` commands, API calls, GraphQL queries, etc. for power user automation. |
4 | 9 |
|
5 | 10 | See the folder categories: |
6 | 11 |
|
7 | | -- [api](/api/README.md) *direct API calls using `curl`* |
8 | | -- **[gh-cli](/gh-cli/README.md)** 🚀 ✨ ⬅️ *most updated and comprehensive scripts using `gh`, `gh api`, and `gh api graphql`!* |
9 | | -- [git](/git/README.md) *Git-related scripts/commands* |
10 | | -- [graphql](/graphql/README.md) *GraphQL queries using `curl`* |
11 | | -- [scripts](/scripts/README.md) *standalone scripts and specialized tools* |
| 12 | +- [api](/api) *direct API calls using `curl`* |
| 13 | +- **[gh-cli](/gh-cli)** 🚀 ✨ ⬅️ *most updated and comprehensive scripts using `gh`, `gh api`, and `gh api graphql`!* |
| 14 | +- [git](/git) *Git-related scripts/commands* |
| 15 | +- [graphql](/graphql) *GraphQL queries using `curl`* |
| 16 | +- [scripts](/scripts) *standalone scripts and specialized tools* |
12 | 17 |
|
13 | 18 | > [!TIP] |
14 | 19 | > The **[gh-cli](/gh-cli/README.md)** folder is the most maintained; I've started adding both API and GraphQL queries in there using `gh api` and `gh api graphql` commands. |
15 | 20 |
|
16 | 21 | > [!IMPORTANT] |
17 | 22 | > Your script contribution is welcome! ⭐️ Please see the **[CONTRIBUTING.md](CONTRIBUTING.md)** file for more details. |
| 23 | +
|
| 24 | +[gh-cli]: https://github.com/joshjohanning/github-misc-scripts/tree/main/gh-cli#readme |
| 25 | +[scripts]: https://github.com/joshjohanning/github-misc-scripts/tree/main/scripts#readme |
| 26 | +[ci]: https://github.com/joshjohanning/github-misc-scripts/actions/workflows/lint-readme.yml |
| 27 | +[stars]: https://github.com/joshjohanning/github-misc-scripts/stargazers |
0 commit comments