npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

reposier

v1.0.3

Published

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

Downloads

5

Readme

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[email protected]

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:

  • 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
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