Skip to content

Commit 514b65f

Browse files
rchtgptagg-shambhavi
authored andcommitted
📝 general: Create README.md
1 parent 706d97e commit 514b65f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Gitg0
2+
Gitg0 is a magnificent tool to auto-suggest everything you need — from branch names to commit title emojis — before pushing a git commit.
3+
4+
# Installation
5+
Before installing the package, [download and install Node.js](https://nodejs.org/en/download/).
6+
7+
Installation is done using the npm install command:
8+
9+
```bash
10+
npm install gitg0
11+
```
12+
13+
# Development
14+
* Clone the project
15+
16+
```bash
17+
git clone https://github.com/dotrachit/gitg0.git
18+
```
19+
20+
* Setup the files
21+
22+
```bash
23+
cd gitgo && npm install
24+
```
25+
26+
# License
27+
This project is licensed under [GPL-3.0 License](https://github.com/dotrachit/gitg0/blob/main/LICENSE).

0 commit comments

Comments
 (0)