Skip to content

Initiates an empty git repository with a .gitignore file for the provided language.

Notifications You must be signed in to change notification settings

iambibhas/gitinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitinit

Build Status

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 [email protected]: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 of supported languages.

About

Initiates an empty git repository with a .gitignore file for the provided language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages