$ gibo
gibo 2.2.4 by Simon Whitaker <sw@netcetera.org>
https://github.com/simonwhitaker/gibo
Fetches gitignore boilerplates from https://github.com/github/gitignore
Usage:
gibo [command]
Example:
gibo dump Swift Xcode >> .gitignore
Commands:
dump BOILERPLATE... Write boilerplate(s) to STDOUT
help Display this help text
list List available boilerplates
root Show the directory where gibo stores its boilerplates
search STR Search for boilerplates with STR in the name
update Update list of available boilerplates
version Display current script version
対応言語
対応している言語はlistで調べられます。
Copy
$ gibo list
Actionscript ForceDotCom IGORPro
Ada Fortran Java
Agda FuelPHP JBoss
Android Gcov Jekyll
AppceleratorTitanium GitBook JENKINS_HOME
:
: (略)
:
Elm Go Waf
EPiServer Godot WordPress
Erlang Gradle Xojo
ExpressionEngine Grails Yeoman
ExtJs GWT Yii
Fancy Haskell ZendFramework
Finale Idris Zephir
$ gibo dump Go >> .gitignore
$ cat .gitignore### https://raw.github.com/github/gitignore/b0012e4930d0a8c350254a3caeedf7441ea286a3/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/