dibo

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2026 License: MIT Imports: 1 Imported by: 0

README ¶

dibo

dibo icon

LICENSE

dibo (dockerignore boilerplates) is a simple CLI tool written in Go for generating .dockerignore files from reusable templates.

It is inspired by gibo, but focused specifically on Docker. With dibo, you can quickly create a .dockerignore tailored to your project by combining multiple templates.

Features

🚀 Fast and simple — Just one command to generate .dockerignore
📦 Built-in templates — Common languages and frameworks included
🔧 Flexible — Combine multiple templates as needed
💡 fzf integration — Interactive template selection (recommended)

Installation

Preparing...

usage

Generate .dockerignore

Generate .dockerignore for your project

# Single template
dibo init Go

# Multiple templates
dibo init Go Node

List Templates

Show a list of available templates.

dibo list

Dump a template

Output the contents of a specified template to stdout.

dibo dump <template> [<template>...]

typical usage

if you want to generate .dockerignore for Go.

dibo dump Go >> .dockerignore

Recommend : Use with fzf

For an interactive experience, combine dibo with fzf.

dibo list | fzf

# Interactive single selection
dibo dump $(dibo list | fzf) >> .dockerignore

LICENSE

MIT

Documentation ¶

The Go Gopher

There is no documentation for this package.

Directories ¶

Path Synopsis
internal

Jump to

Keyboard shortcuts

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