Skip to content

Jackevansevo/getignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getignore

Command line utility to fetch common .gitignore files

Installation

Install through PyPi:

λ pip install getignore

Usage

Enter a variable number of language to create the .gitignore file from:

λ getignore Python Haskell

Output location can be change with -o (default is .gitignore):

λ getignore Python -o sample.txt

Output can be previewed with --preview:

λ getignore --preview

View all available gitignore templates with --list:

λ getignore --list

For a full rundown of available options:

λ getignore --help

About

Fetch .gitignore files from the command line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages