JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q34324F
  • License GPL-3.0

A simple CLI app written with Puppeteer and NodeJS to manually re-star repositories in GitHub from one account to another.

Package Exports

  • github-star-transfer

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-star-transfer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Project No Longer Maintained

"GitHub Star Transfer" will no longer be maintained. Instead, some of it's functionality will be brought along in development of a new project that aims to work with GitHub in a similar way. This documentation will live on the GitHub Pages associated with the project's repository, but the repository will be archived and read-only moving forward.

Stay tuned for the release of the bigger and better project. Thanks!

  • Alex.

GitHub-Star-Transfer

A simple CLI app written with Puppeteer and NodeJS to automatically re-star repositories in GitHub from one account to another.

NPM Version NPM Total Downloads

This app was built to help you "transfer" all starred repositories from one GitHub account to another. There are other apps that exist that export a link, but this one will use Puppeteer to star each repo automatically with a headless browser.

Installation

Install from NPM

npm install -g github-star-transfer

Usage Examples

Initial Setup

star-transfer

Follow the prompts to set up your user credentials.

First time running the program.

Startup

star-transfer

Startup of GitHub Star Transfer in terminal.

Editing Credentials

star-transfer
❯ Settings
❯ Edit User Credentials
❯ Account 1 - (Transfer FROM) / ❯ Account 2 - (Transfer TO)

Follow the prompts to enter your username and password.

Editing credentials.

Viewing Credentials

star-transfer
❯ View User Accounts

Viewing credentials.

Exiting Program

star-transfer
❯ Exit
❯ Yes

Exiting program.

Uninstall

npm unlink
npm uninstall -g github-star-transfer

Release History

  • No longer being maintained

  • 0.0.1 - Current

    • Work in progress

Meta

Alex Lee – @alexlee_devalex@alex-lee.site

Distributed under the GPL license. See LICENSE for more information.

https://github.com/alexlee-dev/GitHub-Star-Transfer

Contributing

  1. Fork it (https://github.com/alexlee-dev/GitHub-Star-Transfer/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

You might also be interested in these projects: