We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd75ce commit 6ab0286Copy full SHA for 6ab0286
.cookiecutterrc
docs/installation.rst
@@ -4,4 +4,6 @@ Installation
4
5
At the command line::
6
7
- pip install ignor
+ git clone git@github.com:grafuls/python-ignor.git
8
+ cd python-ignor
9
+ pip install .
docs/usage.rst
@@ -2,6 +2,11 @@
2
Usage
3
=====
-To use ignor in a project::
+To use ignor from cli to get a list of supported languages::
- import ignor
+ ignor --list
+
10
+To generate the `.gitignore` file for the specific language::
11
12
+ ignor nasaspecsintact
0 commit comments