{"id":15796967,"url":"https://github.com/julienbreux/baleia","last_synced_at":"2025-09-09T23:11:54.250Z","repository":{"id":151119145,"uuid":"200617830","full_name":"JulienBreux/baleia","owner":"JulienBreux","description":"🐋 Baleia – A template engine used to manage Docker images templates repositories","archived":false,"fork":false,"pushed_at":"2019-10-28T14:09:03.000Z","size":81,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T00:21:03.579Z","etag":null,"topics":["cli","cli-app","docker","dockerfile","go","repository-template","template"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JulienBreux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-05T08:46:01.000Z","updated_at":"2020-04-09T16:45:19.000Z","dependencies_parsed_at":"2023-04-26T05:46:22.850Z","dependency_job_id":null,"html_url":"https://github.com/JulienBreux/baleia","commit_stats":{"total_commits":56,"total_committers":1,"mean_commits":56.0,"dds":0.0,"last_synced_commit":"42a4be10b6bca7cfeda12433eee8fad8f6bd7cd8"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fbaleia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fbaleia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fbaleia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienBreux%2Fbaleia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulienBreux","download_url":"https://codeload.github.com/JulienBreux/baleia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252883219,"owners_count":21819157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cli-app","docker","dockerfile","go","repository-template","template"],"created_at":"2024-10-05T00:02:21.354Z","updated_at":"2025-05-07T13:01:20.328Z","avatar_url":"https://github.com/JulienBreux.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐋 Baleia – A template engine used to manage Docker images templates repositories\n\n[![CircleCI](https://badgen.net/circleci/github/JulienBreux/baleia/master)](https://circleci.com/gh/JulienBreux/baleia)\n[![Go Report Card](https://goreportcard.com/badge/github.com/JulienBreux/baleia)](https://goreportcard.com/report/github.com/JulienBreux/baleia)\n[![codebeat badge](https://codebeat.co/badges/4cb0c1d1-6e1d-4219-aba9-083f18e23e09)](https://codebeat.co/projects/github-com-julienbreux-baleia-master)\n[![GoDoc](https://godoc.org/github.com/JulienBreux/baleia?status.svg)](http://godoc.org/github.com/JulienBreux/baleia)\n[![GitHub tag](https://img.shields.io/github/tag/JulienBreux/baleia.svg)](Tag)\n[![Go version](https://img.shields.io/badge/go-v1.13-blue)](https://golang.org/dl/#stable)\n\nBaleia is a template engine used to manage Docker images templates repositories.\nThe project is based on three philosophies *KISS*, *DRY* and *YAGNI*.\n\n---\n\n## Installation\n\nBaleia is available on Linux, OSX and Windows platforms.\n\n* Binaries for Mac OS, Linux and Windows are available as tarballs in the [release](https://github.com/JulienBreux/baleia/releases) page.\n\n* Via Homebrew (Mac OS) or LinuxBrew (Linux)\n\n   ```shell\n   brew tap JulienBreux/baleia\n   brew install baleia\n   ```\n\n* Building from source\n   Baleia was built using go 1.12 or above. In order to build Baleia from source you must:\n   1. Clone this repository\n   2. Enable Go module via env var `GO111MODULE=on`\n   3. Add the following command in your go.mod file\n\n      ```text\n      replace (\n        github.com/JulienBreux/baleia =\u003e CLONED_GIT_REPOSITORY\n      )\n      ```\n\n   4. Build and run the executable\n\n        ```shell\n        go run main.go\n        ```\n\n   5. Use it\n\n        ```shell\n        ./baleia\n        ```\n\n---\n\n## Contact Info\n\n1. **Email**:   julien.breux@gmail.com\n2. **GitHub**:  [@JulienBreux](https://github.com/JulienBreux)\n3. **Twitter**: [@JulienBreux](https://twitter.com/JulienBreux)\n\n---\n\n## Security info\n\n### GPG Signature\n\nYou can download Julien Breux's public key to verify the signature.\n\n```shell\ngpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys 0BD023FA\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienbreux%2Fbaleia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulienbreux%2Fbaleia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulienbreux%2Fbaleia/lists"}