gitconfig-man 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -12
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,26 +2,27 @@ gitconfig-man
|
|
|
2
2
|
=============
|
|
3
3
|
|
|
4
4
|
<!-- Build & Test Status -->
|
|
5
|
-
[](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml)
|
|
6
|
+
[](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml)
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
10
10
|
<!-- Package Info -->
|
|
11
|
-
[](https://www.npmjs.com/package/gitconfig-man)
|
|
12
13
|
[](https://www.npmjs.com/package/gitconfig-man)
|
|
13
14
|

|
|
14
15
|
|
|
15
16
|
<!-- Platform & Standards -->
|
|
16
17
|
[](https://opensource.org/licenses/ISC)
|
|
17
|
-
[](https://github.com/
|
|
18
|
+
[](https://github.com/shahidullahkhankhattak/gitconfig-man/graphs/commit-activity)
|
|
18
19
|
[](CONTRIBUTING.md)
|
|
19
20
|
|
|
20
21
|
<!-- Repository Stats (activate after first push) -->
|
|
21
|
-
[](https://github.com/shahidullahkhankhattak/gitconfig-man/commits)
|
|
23
|
+
[](https://github.com/shahidullahkhankhattak/gitconfig-man/issues)
|
|
24
|
+
[](https://github.com/shahidullahkhankhattak/gitconfig-man/pulls)
|
|
25
|
+
[](https://github.com/shahidullahkhankhattak/gitconfig-man/stargazers)
|
|
25
26
|
|
|
26
27
|
A sophisticated CLI tool to manage multiple git config profiles and switch between different git configurations with ease & grace.
|
|
27
28
|
|
|
@@ -29,12 +30,10 @@ A sophisticated CLI tool to manage multiple git config profiles and switch betwe
|
|
|
29
30
|
|
|
30
31
|
| Workflow | Status |
|
|
31
32
|
|----------|--------|
|
|
32
|
-
| **Build & Test** | [](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml) |
|
|
33
34
|
| **Test Coverage** |  |
|
|
34
35
|
| **NPM Publish** |  |
|
|
35
36
|
|
|
36
|
-
> 📊 **Note:** Some badges will activate after first push to GitHub. GitHub Actions badges will work after setting up CI/CD workflows.
|
|
37
|
-
|
|
38
37
|
### Platform Support
|
|
39
38
|
|
|
40
39
|
Tests run automatically on:
|
|
@@ -303,7 +302,13 @@ ISC, a permissive free software license published by the Internet Software Conso
|
|
|
303
302
|
- All git config changes are saved automatically when switching profiles
|
|
304
303
|
- Profile files are stored in `~/.gitconfigman/` directory
|
|
305
304
|
|
|
305
|
+
## Contact
|
|
306
|
+
-------
|
|
307
|
+
|
|
308
|
+
* GitHub ([shahidullahkhankhattak](http://github.com/shahidullahkhankhattak))
|
|
309
|
+
* Email ([shahid@shahidullahkhan.com](mailto:shahid@shahidullahkhan.com))
|
|
310
|
+
|
|
306
311
|
---
|
|
307
312
|
|
|
308
|
-
Made with ❤️ for developers who manage multiple git identities.
|
|
313
|
+
Made with ❤️ for developers who manage multiple git identities by Shahid Ullah Khan from Pakistan.
|
|
309
314
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gitconfig-man",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A cli tool to manage multiple git config profiles and switch between different git configurations with ease & grace.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": "index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/
|
|
14
|
+
"url": "git+https://github.com/shahidullahkhankhattak/gitconfig-man.git"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
17
17
|
"git",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"config manager",
|
|
28
28
|
"gitconfig-man"
|
|
29
29
|
],
|
|
30
|
-
"author": "
|
|
30
|
+
"author": "Shahid Ullah Khan",
|
|
31
31
|
"license": "ISC",
|
|
32
32
|
"bugs": {
|
|
33
|
-
"url": "https://github.com/
|
|
33
|
+
"url": "https://github.com/shahidullahkhankhattak/gitconfig-man/issues"
|
|
34
34
|
},
|
|
35
|
-
"homepage": "https://github.com/
|
|
35
|
+
"homepage": "https://github.com/shahidullahkhankhattak/gitconfig-man#readme",
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=16.0.0",
|
|
38
38
|
"npm": ">=7.0.0"
|