Skip to content

Instantly share code, notes, and snippets.

@vmussak
Last active February 27, 2018 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/d7837dcd735de7e323a832d758939732 to your computer and use it in GitHub Desktop.
Save vmussak/d7837dcd735de7e323a832d758939732 to your computer and use it in GitHub Desktop.
{
"name": "command-line-github-repos",
"version": "1.0.0",
"description": "Buscar repositorios do github via command line",
"dependencies": {
"commander": "^2.14.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"preferGlobal": true,
"bin": {
"ginit": "./githubhelper.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment