Skip to content

Commit

Permalink
Merge pull request #28 from adrianmg/update-README
Browse files Browse the repository at this point in the history
New logo, description, and contributors
  • Loading branch information
adrianmg authored Apr 4, 2022
2 parents 354a5eb + 7f27d2f commit dc32604
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 377 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<p align="center">
<h1 align="center">πŸ”« github-pewpew</h1>
<p align="center">Pew pew those unnecessary GitHub repos!<br>Clean up your unused repositories within seconds from your CLI.</p>
<p align="center">
<a href="https://badge.fury.io/js/github-pewpew"><img src="https://badge.fury.io/js/github-pewpew.svg" alt="npm version" height="18"></a>
</p>
<h1 align="center">
<img src="./res/logo.png" alt="Logo" width="152">
<br>
github-pewpew
</h1>
<p align="center">Pew pew needless GitHub repos!<br>Clean up your unused repos via the CLI within seconds.</p>
<p align="center">
<a href="https://badge.fury.io/js/github-pewpew"><img src="https://badge.fury.io/js/github-pewpew.svg" alt="npm version" height="18"></a>
</p>
</p>

<p align="center">
<br>
<img src="./res/preview.gif" alt="Preview of the tool" width="700">
<img src="./res/preview.gif" alt="Preview of the tool" width="600">
<br>
</p>

Expand All @@ -29,6 +33,8 @@ Have you ever had too much fun with the GitHub API and ended up creating too man

I made this little CLI tool to clean up repositories quickly. I'm planning to add some flags and regexp to delete in bulk in the future. [Let me know](http://twitter.com/adrianmg) if that sounds interesting to you.

Do you want to know more? [Visit the official website](https://adrianmato.com/pewpew).

## Development

The important parts of the project are the following:
Expand Down Expand Up @@ -65,8 +71,7 @@ All the tests are written with [mocha](https://mochajs.org/) and can be run with
If you run into any issues or you'd like to share your thoughts, feel free to [open an issue](https://github.com/adrianmg/github-pewpew/issues) in this repository or hit me up on [Twitter](https://twitter.com/adrianmg).

## Contributions

Thanks to [@sergiou87](https://github.com/sergiou87), [@zschiller](https://github.com/zschiller), and [@mamuso](https://github.com/mamuso) for contributing with their feedback and ideas πŸ™‡β€β™‚οΈ.
Logo designed by [Rapha Lopes](https://twitter.com/raphaellopesph). Thanks to [@sergiou87](https://github.com/sergiou87), [@zschiller](https://github.com/zschiller), and [@mamuso](https://github.com/mamuso) for contributing with their feedback and ideas πŸ™‡β€β™‚οΈ.

## License

Expand Down
Loading

0 comments on commit dc32604

Please sign in to comment.