{"id":15502546,"url":"https://github.com/matsubara0507/dhall-ex","last_synced_at":"2025-07-03T18:33:54.032Z","repository":{"id":93507699,"uuid":"157812602","full_name":"matsubara0507/dhall-ex","owner":"matsubara0507","description":"Dhall + exports (+ extend)","archived":false,"fork":false,"pushed_at":"2019-10-15T13:29:33.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T18:22:19.265Z","etag":null,"topics":["dhall","haskell-application"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/matsubara0507.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-11-16T04:27:25.000Z","updated_at":"2018-12-05T07:45:02.000Z","dependencies_parsed_at":"2023-04-11T01:02:29.302Z","dependency_job_id":null,"html_url":"https://github.com/matsubara0507/dhall-ex","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":"0.37142857142857144","last_synced_commit":"13bec6317982452844c52412e123d38239d30584"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matsubara0507/dhall-ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fdhall-ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fdhall-ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fdhall-ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fdhall-ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsubara0507","download_url":"https://codeload.github.com/matsubara0507/dhall-ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsubara0507%2Fdhall-ex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263379580,"owners_count":23457872,"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":["dhall","haskell-application"],"created_at":"2024-10-02T09:10:16.830Z","updated_at":"2025-07-03T18:33:54.003Z","avatar_url":"https://github.com/matsubara0507.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dhall-ex\n\nDhall + exports\n\ndhall-ex is cli tool to support dhall.\n\n```\n$ dhall-ex --help\ndhall-ex - cli tool to support dhall\n\nUsage: dhall-ex [-v|--verbose] [-c|--config PATH] [--only NAME] COMMAND\n                [--version]\n\nAvailable options:\n  -v,--verbose             Enable verbose mode: verbosity level \"debug\"\n  -c,--config PATH         Configuration file\n  --only NAME              Exec subcommand only NAME in config\n  --version                Show version\n  -h,--help                Show this help text\n\nAvailable commands:\n  sort                     Sort record keys in dhall file\n  echo                     Echo TEXT\n  init                     Init dhall-ex work directory\n  build                    Build Dhall file to YAML or JSON\n  deploy                   Deploy builded config file to remote repository\n  checkout                 Checkout repository in dhall workspace\n  pull                     Pull repository in dhall workspace\n```\n\n## Requirement\n\n- [Haskell Stack](https://docs.haskellstack.org/) or Docker\n- [dhall](https://github.com/dhall-lang/dhall-lang) (optional)\n    - dhall-ex use dhall-1.5.1\n\n## Install\n\nUse Haskell Stack:\n\n```\n$ stack install\n```\n\nor use docker:\n\n```\n$ docker pull matsubara0507/dhall-ex\n```\n\n## Usage\n\nWrite dhall-ex's config file `.dhall-ex.dhall` typed by [`dhall/dhall-ex-type.dhall`](dhall/dhall-ex-type.dhall).\nExec echo subcommand to type check dhall's config file:\n\n```\n$ dhall-ex echo hoge\nhoge\n```\n\nIf use docker:\n\n```\n$ docker run --rm -v `pwd`:/work matsubara0507/dhall-ex /bin/bash -c \"cd work \u0026\u0026 dhall-ex echo 'hello docker'\"\nhello docker\n```\n\nInitialize dhall workspace with dhall's config file:\n\n```\n$ dhall-ex init\n```\n\nBuild all config files that be wanted to export with dhall's config file:\n\n```\n$ dhall-ex build\n```\n\nCommit and Push builded config files if builded config file is in GitHub repository:\n\n```\n$ dhall-ex deploy -b BRANCH\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsubara0507%2Fdhall-ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsubara0507%2Fdhall-ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsubara0507%2Fdhall-ex/lists"}