repo-info-cli
v1.0.2
Published
CLI app to inspect repositories without leaving your terminal.
Downloads
25
Readme
repo-info-cli
CLI app to take a glance at repositories without leaving your terminal. Built with Ink and create-ink-app.

Status and support
- ✔ stable
- ✔ supported
- ✖ no ongoing development
Usage
npx repo-info-cli -r=vadimdemedes/inkAlternatively, you can also add the executable as a global dependency.
NPM
npm install --global repo-info-cliYarn
yarn global add repo-info-cliDevelopment
- Check the folder out locally.
git clone [email protected]:gomorizsolt/repo-info-cli.git- Enter the folder and install the dependencies.
cd folder/ && npm install- Make sure everything's up and running.
node src/index.js --helpYou can optionally create a symlink as if the package is installed globally.
npm linkCaveat: 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.
