Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 635 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 635 Bytes

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