Skip to content

Allows getting .gitignore file from Github's gitignore templates repo.

License

Notifications You must be signed in to change notification settings

ixalender/gnore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnore

The command-line tool allows getting an appropriate .gitignore file from github's gitignore repo.

Usage

Update available templates

gnore update

List available templates

gnore list

Add .gitignore file to the destination directory by the specific template name. If .gitignore exists, gnore will add specified template to the end of .gitignore file.

gnore get <template> <dest>

Examples

gnore get python .

gnore get vue ./some-project-folder

License

MIT