Package Exports
- github-pewpew
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-pewpew) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🔫 github-pewpew
Pew pew those unnecessary GitHub repos!
Clean up your unused repositories within seconds from your CLI.
Installation and Usage
To install the latest version of github-pewpew CLI, run this command:
npm i -g github-pewpewTo quickly start using it, run the following command:
ghpewWhy?
Have you ever had too much fun with the GitHub API and ended up creating too many dummy repos? Me too 😅!
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 if that sounds interesting to you.
TODO
--forceflag to avoid confirmation--regexflag to delete repos matching a regex--listflag to delete repos from a comma-separated list- Add some testing 😊
Questions? Ideas? Bugs?
If you run into any issues or you'd like to share your thoughts, feel free to open an issue in this repository or hit me up on Twitter.
Development
To set up your environment to develop this tool, run npm install. You can run the tool by running node index in your terminal.
The file src/github.js contains the logic for the authentication
and src/utils. files.
License
The tool is available as open-source under the terms of the MIT License.