Skip to content

xue-yuan/gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GG

gg is a CLI tool to help developers generate the gitignore which is collected in 'toptal.com' or create a custom template.

You can also find the templates in Toptal.com

Installation

cd <project_root>
go install gg

Usage

gg [flags]
gg [command]

Available Commands

create      Create a custom template
help        Help about any command
list        Show available templates.

Flags

-a, --append              toggle append mode
-f, --file string         specify filename (default ".gitignore")
-h, --help                help for gg
-t, --templates strings   template name

Next Release

  • create a custom template.
  • launch on homebrew.