Skip to content

A Command line interface program generates gitignore for specified project written in Rust

Notifications You must be signed in to change notification settings

gold24park/gitig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitig

Creates a .gitignore file for the configured project!

It is provided based on the .gitignore template available at https://github.com/github/gitignore

Installation

brew install gitig

Quick Start

# Creates .gitignore for Android Project
gitig android
# Creates .gitignore for NodeJs Project to ~/my-node-js-project
gitig node ~/my-node-js-project
# Show available project list
gitig --list
# Show available projects starts with "no"
gitig --list no

Usage

USAGE:
    gitig [FLAGS] [ARGS]

FLAGS:
-h, --help Prints help information
-l, --list
 -V, --version Prints version information

ARGS:
<project> The project for which to create a .gitignore [default: ]
<path> The path to create the .gitignore [default: .]

About

A Command line interface program generates gitignore for specified project written in Rust

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages