reposier
v1.0.3
Published
Tasty CLI on the outside, simple integration with GitHub's API on the inside.
Downloads
5
Maintainers
Readme
reposier
Tasty CLI on the outside, simple integration with GitHub's API on the inside.
Reposier aims to make your life easier by providing a clean CLI approach to interacting with GitHub in a variety of ways.
Installation
Prerequisites
- NodeJS must be installed on your machine. | Download NodeJS
- 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
Usage Examples
Initial Setup
reposier
Follow the prompts to set up your user credentials.
Startup
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
"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 Other User
This option will transfer starred repos from another user account to the default user.
reposier
❯ "Transfer" Starred Repositories
❯ Other Account
Viewing Credentials
You can also view your associated user account and token.
reposier
❯ Settings
❯ Edit Account
Exiting Program
reposier
❯ Exit
❯ Yes
Uninstall
npm uninstall -g reposier
Release History
- 1.0.0 (August 31st, 2018)
Meta
Alex Lee – @alexlee_dev – [email protected]
Distributed under the GPL license. See LICENSE
for more information.
https://github.com/alexlee-dev/
Contributing
- Fork it (https://github.com/alexlee-dev/reposier/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Related Projects
You might also be interested in these projects:
- lazygit: Simple terminal UI for git commands. | [homepage](simple terminal UI for git commands)
- starred: Creating your own Awesome List by GitHub stars! | homepage
- star-history: The missing star history graph of github repos. | homepage
- github-stars-tagger: A Google Chrome extension that lets you add tags to your starred repositories directly on GitHub. | homepage
- star-me: Star FOSSASIA Repositories on Github and Support the Community. | homepage
Built With
Several technologies and services were utilized in the making of reposier.
Documentation
- docsify - Documentation generator
- github-changelog-generator - Changelog generator
- unDraw - Coverpage image
Style
- Comfortaa - Font
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