1.0.2 • Published 4 years ago

repo-info-cli v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

repo-info-cli

NPM Publish

CLI app to take a glance at repositories without leaving your terminal. Built with Ink and create-ink-app.

npm.io

Status and support

  • stable
  • supported
  • no ongoing development

Usage

npx repo-info-cli -r=vadimdemedes/ink

Alternatively, you can also add the executable as a global dependency.

NPM

npm install --global repo-info-cli

Yarn

yarn global add repo-info-cli

Development

  1. Check the folder out locally.
git clone git@github.com:gomorizsolt/repo-info-cli.git
  1. Enter the folder and install the dependencies.
cd folder/ && npm install
  1. Make sure everything's up and running.
node src/index.js --help

You can optionally create a symlink as if the package is installed globally.

npm link

Caveat: this will override any globally installed version of the package.

License

The project is available as open source under the terms of the MIT License.