1.0.0 • Published 9 years ago

github-unstar-all v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

npm.io

#GitHub Unstar All

:fallenleaf: _Start anew. Unstar all of the repositories you once starred on GitHub.

##CLI

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

:warning: Running this command will ireversibly 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