get-oss
v1.3.0
Published
This will help in getting the email of top contributors from the repo.
Downloads
3
Readme
get-oss
This will help in getting the email of top contributors from the repo.
Install
- yarn -
yarn global add get-oss
- npm -
npm install --global get-oss
Usage
Go to terminal and enter the following command:
get-oss
For getting more limit through github
get-oss --secret <GITHUB_SECRET_TOKEN>
For getting help for any command
get-oss --help
Development
Run through terminal enter
yarn start:dev
in the root of the repoRun through docker file
- Create the docker image using
docker image build -t get-oss .
. - Run the container using
docker container run --rm get-oss
.
- Create the docker image using
Run through docker-compose, enter
docker-container run --name get-oss