1.0.3 • Published 6 years ago

reposier v1.0.3

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
6 years ago

reposier

Tasty CLI on the outside, simple integration with GitHub's API on the inside.

NPM Version NPM Total Downloads

Reposier aims to make your life easier by providing a clean CLI approach to interacting with GitHub in a variety of ways.

Installation

Prerequisites

  1. NodeJS must be installed on your machine. | Download NodeJS
  2. NPM must be installed on your machine. If you installed NodeJS correctly, NPM will be installed automatically. | Installing NPM

Install from NPM

npm install -g reposier

Installing from NPM

Usage Examples

Initial Setup

reposier

Follow the prompts to set up your user credentials.

Setting up reposier

Startup

reposier

Starting reposier

Generating List of Starred Repositories

Reposier can generate a markdown file to display information about the repositories you have currently starred. Currently, markdown is the only supported filetype. In a future update, HTML and other file types will be implemented as well. The maximum amount of starred repositories reposier can generate a list for is 100. If you would like support for more than 100 repos, open an issue.

reposier
❯ Generate List of Starred Repositories

Generate List of Starred Repositories

Example Markdown file

"Transfer" Starred Repositories

Reposier can "transfer" starred repositories from one account to another. This can be useful if one of your GitHub accoumts has some repos starred, and you'd like them on one of your other accounts. This functionality requires you to have access to both accounts.

Transferring from Default User

The account associated with reposier is considered the Default User. You have the option of transferring stars from the default user to another user account.

reposier
❯ "Transfer" Starred Repositories
❯ DEFAULT USER

Transferring from Default User

Transferring from Other User

This option will transfer starred repos from another user account to the default user.

reposier
❯ "Transfer" Starred Repositories
❯ Other Account

Transferring from Other User

Viewing Credentials

You can also view your associated user account and token.

reposier
❯ Settings
❯ Edit Account

Viewing account credentials in reposier

Exiting Program

reposier
❯ Exit
❯ Yes

Exiting reposier

Uninstall

npm uninstall -g reposier

Uninstalling reposier

Release History

  • 1.0.0 (August 31st, 2018)

Meta

Alex Lee – @alexlee_dev – alex@alex-lee.site

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

https://github.com/alexlee-dev/

Contributing

  1. Fork it (https://github.com/alexlee-dev/reposier/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

Related Projects

You might also be interested in these projects:

Built With

Several technologies and services were utilized in the making of reposier.

Documentation
Style
Site
Functionality
  • octokit GitHub REST API client for Node.js
  • boxen - Create boxes in the terminal
  • chalk - Terminal string styling done right
  • clear - Clear the terminal screen if possible
  • cli-progress - Easy to use Progress-Bar for Command-Line/Terminal Applications
  • configstore - Easily load and persist config without having to think about where and how
  • dotenv - Loads environment variables from .env file
  • figlet - Creates ASCII art from text. A full implementation of the FIGfont spec
  • gradient-string - Beautiful gradients in terminal stdout
  • inquirer - A collection of common interactive command line user interfaces
  • is-online - Check if the internet connection is up
  • json2md - A JSON to Markdown converter
  • lodash.difference - The lodash method _.difference exported as a Node.js module
  • moment - A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
  • ora - Elegant terminal spinner
  • pretty-error - A small tool to see node.js errors with less clutter
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago