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.
Files changed (2) hide show
  1. package/README.md +17 -12
  2. 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
- [![Build Status](https://github.com/yourusername/gitconfig-man/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/yourusername/gitconfig-man/actions/workflows/ci.yml)
6
- [![Tests](https://img.shields.io/github/actions/workflow/status/yourusername/gitconfig-man/ci.yml?branch=master&label=tests&logo=github)](https://github.com/yourusername/gitconfig-man/actions/workflows/ci.yml)
5
+ [![Build Status](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml)
6
+ [![Tests](https://img.shields.io/github/actions/workflow/status/shahidullahkhankhattak/gitconfig-man/ci.yml?branch=master&label=tests&logo=github)](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml)
7
7
  ![Test Coverage](https://img.shields.io/badge/coverage-19.2%25-yellow)
8
8
  ![Tests Passing](https://img.shields.io/badge/tests-19%20passing-brightgreen)
9
9
 
10
10
  <!-- Package Info -->
11
- [![npm version](https://img.shields.io/npm/v/gitconfig-man.svg?logo=npm&color=cb3837)](https://www.npmjs.com/package/gitconfig-man)
11
+ [![npm version](https://img.shields.io/npm/v/
12
+ .svg?logo=npm&color=cb3837)](https://www.npmjs.com/package/gitconfig-man)
12
13
  [![npm downloads](https://img.shields.io/npm/dm/gitconfig-man.svg?logo=npm)](https://www.npmjs.com/package/gitconfig-man)
13
14
  ![Node Version](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen?logo=node.js)
14
15
 
15
16
  <!-- Platform & Standards -->
16
17
  [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
17
- [![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/yourusername/gitconfig-man/graphs/commit-activity)
18
+ [![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/shahidullahkhankhattak/gitconfig-man/graphs/commit-activity)
18
19
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
19
20
 
20
21
  <!-- Repository Stats (activate after first push) -->
21
- [![Last Commit](https://img.shields.io/github/last-commit/yourusername/gitconfig-man?logo=github)](https://github.com/yourusername/gitconfig-man/commits)
22
- [![Issues](https://img.shields.io/github/issues/yourusername/gitconfig-man?logo=github)](https://github.com/yourusername/gitconfig-man/issues)
23
- [![Pull Requests](https://img.shields.io/github/issues-pr/yourusername/gitconfig-man?logo=github)](https://github.com/yourusername/gitconfig-man/pulls)
24
- [![Stars](https://img.shields.io/github/stars/yourusername/gitconfig-man?style=social)](https://github.com/yourusername/gitconfig-man/stargazers)
22
+ [![Last Commit](https://img.shields.io/github/last-commit/shahidullahkhankhattak/gitconfig-man?logo=github)](https://github.com/shahidullahkhankhattak/gitconfig-man/commits)
23
+ [![Issues](https://img.shields.io/github/issues/shahidullahkhankhattak/gitconfig-man?logo=github)](https://github.com/shahidullahkhankhattak/gitconfig-man/issues)
24
+ [![Pull Requests](https://img.shields.io/github/issues-pr/shahidullahkhankhattak/gitconfig-man?logo=github)](https://github.com/shahidullahkhankhattak/gitconfig-man/pulls)
25
+ [![Stars](https://img.shields.io/github/stars/shahidullahkhankhattak/gitconfig-man?style=social)](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** | [![CI](https://github.com/yourusername/gitconfig-man/actions/workflows/ci.yml/badge.svg)](https://github.com/yourusername/gitconfig-man/actions/workflows/ci.yml) |
33
+ | **Build & Test** | [![CI](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml/badge.svg)](https://github.com/shahidullahkhankhattak/gitconfig-man/actions/workflows/ci.yml) |
33
34
  | **Test Coverage** | ![Coverage](https://img.shields.io/badge/coverage-19.2%25-yellow) |
34
35
  | **NPM Publish** | ![Publish](https://img.shields.io/badge/publish-ready-blue) |
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.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/yourusername/gitconfig-man.git"
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": "Your Name",
30
+ "author": "Shahid Ullah Khan",
31
31
  "license": "ISC",
32
32
  "bugs": {
33
- "url": "https://github.com/yourusername/gitconfig-man/issues"
33
+ "url": "https://github.com/shahidullahkhankhattak/gitconfig-man/issues"
34
34
  },
35
- "homepage": "https://github.com/yourusername/gitconfig-man#readme",
35
+ "homepage": "https://github.com/shahidullahkhankhattak/gitconfig-man#readme",
36
36
  "engines": {
37
37
  "node": ">=16.0.0",
38
38
  "npm": ">=7.0.0"