Skip to content

josueBarretogit/add-gitignore-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

add-gitignore

This cli is inspired by: https://github.com/TejasQ/add-gitignore and uses the .gitignore file from this repository

Installation

    cargo install add-gitignore-cli

    #then you can rename it or make a shorter alias for it

Usage

Simply type in your terminal:

    add-gitignore-cli
    #or whatever you alias it

Select the language you want a .gitignore for

demo

and a .gitignore will be generated in your repo's root

if a .gitignore already exists you will be asked if you want to overwrite it or not image