gitignore

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2020 License: MIT Imports: 4 Imported by: 0

README

gitignore

Terminal .gitignore generator

Install

Docker

$ docker run -it --rm wesleimp/gitignore list

Compiling from source

Clone the repository

$ git clone git@github.com:wesleimp/gitignore.git

$ cd gitignore

download dependencies

$ go mod download

build

$ go build -o gitignore main.go

verify it works

$ gitignore --help

Usage

list templates

$ gitignore list

generate

$ gitignore generate -lang Go -lang yarn

generate in another workspace

$ gitignore generate --lang Go --lang yarn --path ./my/another/workspace

append new language

$ gitignore append --lang Go 

append new custom text

$ gitignore append --text "mybin.exe"

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
cli
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL