Skip to content

CLI tool to download .gitignore for your project

Notifications You must be signed in to change notification settings

madeindra/gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitignore Creator

This tools will create a .gitignore file for you based on your choice.

All .gitignore files are from github/gitignore.

Usage

  1. Install the package
go install github.com/madeindra/gitignore
  1. Run the program with the name as argument (will continue to step 3 if the argument is not valid)
gitignore go
  1. Or for the program without argument to get the list of available .gitignore files
gitignore
  1. Wait for the list of available .gitignore files to be shown

  2. Enter the number of the .gitignore file you want to create

  3. Wait for the .gitignore file to be created