-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
39 lines (22 loc) · 747 Bytes
/
README
File metadata and controls
39 lines (22 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
gitinit
=======
Initiates an empty git repository with a `.gitignore` file for the provided language.
Installation
------------
$ [sudo] pip install gitinit
# Or if you want the development version
$ [sudo] pip install -e git+git@github.com:iambibhas/gitinit.git
Usage
-----
# if you already have it installed, upgrade
$ sudo pip install --upgrade gitinit
# initiates with a generic .gitignore file
$ gitinit
# initiates a Haskell .gitignore file
$ gitinit -l haskell
# See a list of languages supported
$ gitinit -L
Help
----
$ gitinit -h
[Here is the full list](https://github.com/iambibhas/gitinit/tree/master/gitinit/gitignores) of supported languages.