drexlar5 / github-repo-cli

A typescript cli Application to get repository information on a github username

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-repo-cli

A typescript cli Application to get repository information on a github username

This application uses the following technologies:

  • nodeJs
  • yargs
  • TypeScript

Using Github developer API

How to run the application

Run yarn install in your project root directory to generate the node module and install the necessary dependencies.

You then run yarn start -u username to run the app.

Example:

yarn start -u drexlar5

About

A typescript cli Application to get repository information on a github username

License:MIT License


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%