Skip to content

gadhagod/gitignore-super-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitignore Super CLI


Create gitignore templates from your command line!

Installation

pip3 install gitignore-super-cli

Commands


new

Usage: ignore new [OPTIONS] LANGUAGE [DIRECTORY]

  Create a gitignore file with a template

Options:
  --help  Show this message and exit.

Example:
  ignore new python

show

Usage: ignore show [OPTIONS] LANGUAGE

  Display a sample gitignore file

Options:
  --help  Show this message and exit.

Example:
  ignore show python