4.0.1 • Published 2 years ago
ghinfo v4.0.1
CLI util for generating a GitHub project information file.
The main purpose of creating a package is to save on the number of requests to the GitHub GraphQL API to get information about the repository (for example, to display packages on your website)
Install
npm install ghinfo --save-devUsage
ghinfo generate -d media -t utilsGenerate .ghinfo with logo, social-preview and package description:
{
"name": "ghinfo",
"version": "2.0.3",
"description": "CLI util for generating a GitHub project information file",
"keywords": ["automated", "repo", "info", "cli", "github", "util"],
"repo": "keindev/ghinfo",
"type": "utils",
"links": {
"git": "https://github.com/keindev/ghinfo",
"npm": "https://www.npmjs.com/package/ghinfo",
"homepage": "https://github.com/keindev/ghinfo#readme"
},
"files": {
"logo": "media/logo.svg",
"social-preview": "media/social-preview.png"
}
}API
Read the API documentation for more information.
4.0.1
2 years ago
4.0.0
2 years ago
3.0.12
2 years ago
3.0.13
2 years ago
3.0.11
2 years ago
3.0.9
2 years ago
3.0.8
3 years ago
3.0.7
3 years ago
3.0.6
4 years ago
3.0.4
4 years ago
3.0.5
4 years ago
3.0.3
4 years ago
3.0.2
4 years ago
3.0.1
4 years ago
3.0.0
4 years ago
2.0.3
5 years ago
2.0.2
5 years ago
1.0.8
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.0.6
6 years ago
1.0.5
6 years ago