rels
0.4.3
By utilizing a simple and minimal usage syntax rels enables you to easily view various analytics & stats regarding the releases of any GitHub repository, displayed in a clean & concise manner, right from within your terminal.
You can now support the development process through GitHub Sponsors.
Visit the contributing guidelines to learn more on how to translate this document into more languages.
Come over to Twitter to share your thoughts on the project.
yarn global add rels
npm install --global rels
snap install rels
Usage
$ rels [<options> ...]
Options
--repo, -r Repository to get analytics for
--list, -l Number of releases to be displayed
--all, -a Display all releases
--help, -h Display help message
--version, -v Display installed version
Examples
$ rels --repo klaussinani/tusk
$ rels --repo klaussinani/tusk --all
$ rels --repo klaussinani/tusk --list 3
For more info on how to contribute to the project, please read the contributing guidelines.
cd rels
npm install
or yarn install
npm test
or yarn test
MIT