JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q40895F
  • License MIT

Clean up and remove those unnecessary GitHub repositories. Pew pew!

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.

npm version


Preview of the tool

Installation and Usage

To install the latest version of github-pewpew CLI, run this command:

npm i -g github-pewpew

To quickly start using it, run the following command:

ghpew

Why?

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

  • --force flag to avoid confirmation
  • --regex flag to delete repos matching a regex
  • --list flag 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.