Skip to content

🍂 Start anew. Unstar all of the repositories you once starred on GitHub.

License

Notifications You must be signed in to change notification settings

bookercodes/github-unstar-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Unstar All

🍂 Start anew. Unstar all of the repositories you once starred on GitHub.

CLI

$ npm install --global github-unstar-all
$ github-unstar-all <username> <password>

⚠️ Running this command will irreversibly unstar all of your starred repositories!

API

$ npm install --save-dev github-unstar-all
var unStarAll = require('github-unstar-all');

unStarAll("<username>", "<password>", function (error) {
  if (error) {
    console.log('error', error);
    return;
  }
  console.log('done.');
});

Related

About

🍂 Start anew. Unstar all of the repositories you once starred on GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published