We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12d2c7 commit 020267cCopy full SHA for 020267c
1 file changed
README.md
@@ -3,14 +3,18 @@
3
Super simple python CLI tool to generate a gitignore using the github python gitignore template.
4
5
## Installatiion
6
-Pypi has been setup with python 3.9.
+
7
8
+Pip installation now available - it is working for me however if you encounter any issues please open an issue :)
9
10
```py
11
pip install pygnore-cli
12
```
13
14
## Usage
15
16
+Creates a `.gitignore` in your current directory populated with the python3 template + some useful vim files.
17
18
19
pygnore
20
0 commit comments