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
+23-31Lines changed: 23 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,33 @@
1
-
# GitForge (formerly GH Templates)
1
+
# Gitcraft (formerly GH Templates)
2
2
3
3
> [!NOTE]
4
4
> This project is currently being renamed and restructured.
5
5
> Some documentation and package references may still use the old name
6
6
> **`gh-templates`** until the migration is complete.
7
7
8
-
GitForge is a developer-friendly toolkit for managing and applying reusable **GitHub repository templates** — including **Issue Templates**, **Pull Request Templates**, **.gitignore files**, **Licenses**, and more.
8
+
Gitcraft is a developer-friendly toolkit for managing and applying reusable **GitHub repository templates** — including **Issue Templates**, **Pull Request Templates**, **.gitignore files**, **Licenses**, and more.
9
9
It helps you quickly scaffold standard project configurations without repetitive manual setup.
**GitForge** is designed to simplify repository setup and management by offering ready-to-use templates and configuration files.
31
-
Instead of manually creating `.gitignore`, license, and issue templates for each new project, GitForge helps you **generate them instantly** from trusted sources.
29
+
**Gitcraft** is designed to simplify repository setup and management by offering ready-to-use templates and configuration files.
30
+
Instead of manually creating `.gitignore`, license, and issue templates for each new project, Gitcraft helps you **generate them instantly** from trusted sources.
32
31
33
32
It works across different ecosystems and supports multiple package managers — **Rust (Cargo)**, **Python (PyPI)**, and **Node (npm)**.
34
33
@@ -39,13 +38,15 @@ It works across different ecosystems and supports multiple package managers —
39
38
We welcome contributions from everyone — whether you’re improving templates, fixing docs, or enhancing CLI commands.
40
39
41
40
Most of the repository consists of:
41
+
42
42
-**YAML files** – for GitHub workflows
43
43
-**Markdown files** – for templates & documentation
44
44
-**License files** – for open source compliance
45
45
46
46
Rust, Python, or Node are only used for the CLI layer, so you can contribute without deep language knowledge.
47
47
48
48
You can help by:
49
+
49
50
- Opening issues
50
51
- Suggesting new templates
51
52
- Improving command UX or documentation
@@ -67,33 +68,30 @@ You can help by:
67
68
68
69
### Quick Install (Recommended)
69
70
70
-
#### Using npm:
71
+
#### Using npm
72
+
71
73
```bash
72
74
npm install -g gitcraft
73
75
```
74
76
75
-
#### Using pip:
77
+
#### Using pip
76
78
77
79
```
78
80
pip install gitcraft
79
81
```
80
82
81
-
82
-
#### Using Cargo:
83
+
#### Using Cargo
83
84
84
85
```
85
86
cargo install gitcraft
86
87
```
87
88
88
-
89
-
90
89
### Example Usage
91
90
92
91
> [!NOTE]
93
92
> Some commands may still appear under the old name gh-templates
0 commit comments