You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
1
1
# Wrap-Git
2
2
3
-
wrap-git is a powerful Node.js package that provides an easy way to interact with the GitHub API, supporting both JavaScript and TypeScript.
3
+
wrap-git is a powerful Node.js package that provides an easy way to interact with the GitHub API, `supporting both JavaScript and TypeScript`.
4
4
It wraps various endpoints and operations, enabling developers to access and summarize GitHub data with minimal effort.
5
5
This package simplifies data retrieval and analysis from GitHub, making it an excellent choice for integrating GitHub functionalities into your applications.
6
6
7
7
## Features
8
8
9
9
- Fetch user profiles and filter screen data.
10
-
- Fetch and filter commits, repositories, and languages coverages.
10
+
- Fetch and filter `commits`, `repositories`, and `languages` coverages.
11
11
- Analyze commits per each year.
12
12
- Analyze repos — tops, star counts, and details.
13
13
- Analyze language coverage per each repo, top languages, and percentages.
14
14
15
-
---
16
-
17
15
## Installation
18
16
19
17
Install the package using npm:
@@ -27,11 +25,23 @@ or with yarn:
27
25
yarn add wrap-git
28
26
```
29
27
30
-
---
31
-
32
28
## Usage
29
+
You can use the package by importing individual methods or use the default export.
0 commit comments