github-orgs-packages 
Description
Get information for all packages inside of your github organisation
GH_AUTH_TOKEN=*** GH_ORG_NAME=*** npm start
Will produce similar output to:
[
{
"name": "xyz",
"description": "Publish npm packages with fewer screw-ups",
"currentVersion": "3.0.0",
"homepage": "https://github.com/davidchambers/xyz",
"license": "WTFPL",
"projects": [
{
"name": "cool-project",
"version": "2.1.0",
"description": "Description"
}
]
},
{
"name": "eslint",
"description": "An AST-based pattern checker for JavaScript.",
"currentVersion": "4.19.0",
"homepage": "https://eslint.org",
"license": "MIT",
"projects": [
{
"name": "another-cool-project",
"version": "2.1.0",
"description": "Description"
}
]
}
]
Dependencies
- bluebird: Full featured Promises/A+ implementation with exceptionally good performance
- github-api: A higher-level wrapper around the Github API.
- package-info: Get the information of a npm package
- ramda: A practical functional library for JavaScript programmers.
Dev Dependencies
License
ISC © Oleg Koval