Skip to content

Comamoca/igonore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last commit Repository Stars Issues Open Issues Bug Issues

📄 igonore

cli tool to generate gitignore files written in Go

🍔English 🍡日本語

🚀 How to use

# see help
igonore help

  igonore - .gitignore generator written in Go

  Usage: igonore
         Generate .gitignore interactively.

         igonore langage langage2...
         Generate a .gitignore file for the specified language.

         Ex.) igonore go node

# Generate interactively
igonore

# specify language
igonore go node

⬇️ Install

go install github.com/Comamoca/igonore@latest

⛏️ Development

git clone https://github.com/Comamoca/igonore
cd igonore
go build
./igonore

📝 Todo

Notthing... 💤

📜 License

MIT

🧩 Modules

Repositories Licenses
github.com/nsf/termbox-go MIT License
github.com/lucasb-eyer/go-colorful MIT License
github.com/cuonglm/gogi BSD 3-Clause "New" or "Revised" License
github.com/gdamore/tcell Apache License 2.0
golang.org/x/term BSD 3-Clause "New" or "Revised" License
golang.org/x/text BSD 3-Clause "New" or "Revised" License
github.com/manifoldco/promptui BSD 3-Clause "New" or "Revised" License
github.com/mattn/go-runewidth MIT License
github.com/gdamore/encoding Apache License 2.0
github.com/pkg/errors BSD 2-Clause "Simplified" License
github.com/rivo/uniseg MIT License
github.com/chzyer/readline MIT License
golang.org/x/sys BSD 3-Clause "New" or "Revised" License
github.com/ktr0731/go-fuzzyfinder MIT License

👏 Affected projects

gitignore.io

💕 Special Thanks

About

.gitignore generator written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages