github-pewpew

🔫 Pew pew needless GitHub repos from your CLI!

Downloads
39
Stars
284
Committers
5

Bot releases are visible (Hide)

github-pewpew - v1.3.1 🌈 Latest Release

Published by adrianmg about 2 years ago

✨ Major Release with Codespaces!

  • Added ghpew codespaces command to delete codespaces #37
  • Added ghpew help as the default command
  • Added ghpew repos command to delete repos
  • Added instructions to press space to select choices
  • Fixed configuration directory issues #38
  • Improved configuration directory for Unix users
  • Migrated dependencies from CommonJS to ES modules
  • Updated dependencies #40 #41 #42
  • Full changelog https://github.com/adrianmg/github-pewpew/compare/v1.2.2...v1.3.1

🤗 Contributors

github-pewpew - v1.2.2 🌈

Published by adrianmg over 2 years ago

Changes

  • New logo, preview, and website!
  • Thanks to Rapha Lopes for his beautiful logo design contribution.

🧰 Maintenance

  • Update README description @adrianmg
  • Update package-lock.json @adrianmg
  • Bump version @adrianmg
github-pewpew - v1.2.1 🌈

Published by github-actions[bot] almost 3 years ago

Changes

  • Fixed typo successfully 💂‍♀️ @raulb (#24)

🧰 Maintenance

  • Removed comments @adrianmg (#25)
  • Update package version @adrianmg (#26)
github-pewpew - v1.2.0 🌈

Published by adrianmg about 3 years ago

Changes

A much-needed refactor after v1.1.0 that improves the overall stability of the app. You can now get more than 100 results, as there was no pagination in prior versions.

Many bugs have been fixed, and the authentication process is now more robust when tokens get invalidated in different scenarios. I've also added some testing to cover the authentication flow.

📦 Check github-pewpew v1.2.0 on npm.

I hope you like it, and thanks for the feedback!

🚀 Features

  • Revoking tokens will re-trigger auth flow on clients @adrianmg (#18)
  • Custom error handling and a more robust api call flow @adrianmg (#18)
  • Complete overhaul of the business logic in /src/github.js. @adrianmg (#18)
  • Pagination added: now returns more than 100 results @adrianmg (#22)
  • Adding test coverage with Mocha @adrianmg (#21)

🐛 Bug Fixes

🧰 Maintenance

  • Minor fixes and clean-up to make code more friendly @adrianmg (#20)
  • Major refactor abstracting all the UI from the business logic @adrianmg (#14)
  • Utils module is now Config @adrianmg (#13)
  • Removed post-install scripts @adrianmg (#12)
  • Update workflow to work with GPR @adrianmg (#11)

Thanks

Thanks to @sergiou87 for all the feedback and guidance in detaching the business logic from the UI 🙇‍♂️

github-pewpew - v1.1.3 🌈

Published by github-actions[bot] about 3 years ago

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

🚀 Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

🧰 Maintenance

  • Removed unnecesary dependency @adrianmg (#4)
  • Optimized README preview image @adrianmg (#7)
  • Preview path fix @adrianmg (#8)
  • Updated README with more information @adrianmg (#9)
  • Update package description making it easier to discover @adrianmg (#10)
github-pewpew - v1.1.2 🌈

Published by github-actions[bot] about 3 years ago

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

🚀 Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

🧰 Maintenance

  • Removed unnecesary dependency @adrianmg (#4)
  • Optimized README preview image @adrianmg (#7)
  • Preview path fix @adrianmg (#8)
  • Updated README with more information @adrianmg (#9)
github-pewpew - v1.1.1 🌈

Published by github-actions[bot] about 3 years ago

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

🚀 Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

🧰 Maintenance

  • Removed unnecesary dependency @adrianmg (#4)
  • Optimized README preview image @adrianmg (#7)
  • Preview path fix @adrianmg (#8)
github-pewpew - v1.1.0 🌈

Published by github-actions[bot] about 3 years ago

Changes

Users will be able to sign in faster and more securely thanks to OAuth implementation and persisting configuration file (multi-platform).

🚀 Features

  • OAuth refactor: faster sign in @adrianmg (#5)
  • Persist configuration: no need to auth every time you run the command @adrianmg (#6)

🧰 Maintenance

  • Removed unnecesary dependency @adrianmg (#4)
  • Optimized README preview image @adrianmg (#7)
github-pewpew - v1.0.6 🌈

Published by github-actions[bot] about 3 years ago

Changes

  • dotenv is now a devDependency
  • TrailingComma is now part of prettier
  • 1.0.6 @adrianmg (#3)
  • 1.0.5 @adrianmg (#2)
  • Automation and maintenance @adrianmg (#1)
github-pewpew - v1.0.5 🌈

Published by github-actions[bot] about 3 years ago

Changes

  • Automation and maintenance @adrianmg (#1)
  • dotenv is now a devDependency
  • TrailingComma is now part of prettier
github-pewpew - v1.0.4 🌈

Published by github-actions[bot] about 3 years ago

Changes

  • dotenv is now a devDependency
  • Reduced size of the package