Skip to content

A simple CLI (Command Line Interface) for generating github/gitignore's .gitignores

License

Notifications You must be signed in to change notification settings

aron-bordin/gitignore-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitignore-cli

A simple CLI (Command Line Interface) to download .gitignore from http://github.com/github/gitignore/

Install

Install it using:

pip install gitignore-cli

Usage

Usage:

gitignore-cli [OPTIONS] COMMAND [ARGS]...

Options:

--help Show the help message and exit.

Commands:

  • download Downloads a .gitignore given its name (append if a .gitignore already exist)
  • list Return a list of the available .gitignores
  • search Search a .gitignore

Examples

gitignore-cli download python

gitignore-cli search py

About

A simple CLI (Command Line Interface) for generating github/gitignore's .gitignores

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages