{"id":21038615,"url":"https://github.com/degree9/boot-io","last_synced_at":"2025-05-15T16:31:21.337Z","repository":{"id":62432328,"uuid":"108890860","full_name":"degree9/boot-io","owner":"degree9","description":"Boot-clj IO functionality using Apache Commons IO","archived":false,"fork":false,"pushed_at":"2020-04-28T19:54:13.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-26T10:06:06.547Z","etag":null,"topics":["boot-clj"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/degree9.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}},"created_at":"2017-10-30T18:21:13.000Z","updated_at":"2020-04-28T19:54:15.000Z","dependencies_parsed_at":"2022-11-01T20:46:38.600Z","dependency_job_id":null,"html_url":"https://github.com/degree9/boot-io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degree9%2Fboot-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degree9%2Fboot-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degree9%2Fboot-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degree9%2Fboot-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/degree9","download_url":"https://codeload.github.com/degree9/boot-io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225361678,"owners_count":17462283,"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":["boot-clj"],"created_at":"2024-11-19T13:33:34.443Z","updated_at":"2024-11-19T13:33:35.423Z","avatar_url":"https://github.com/degree9.png","language":"Clojure","readme":"# boot-io\n[![Clojars Project](https://img.shields.io/clojars/v/degree9/boot-io.svg)](https://clojars.org/degree9/boot-io)\u003c!--- [![Dependencies Status](https://versions.deps.co/degree9/boot-io/status.svg)](https://versions.deps.co/degree9/boot-io)--\u003e [![Downloads](https://versions.deps.co/degree9/boot-io/downloads.svg)](https://versions.deps.co/degree9/boot-io)\n\u003c!--[![CircleCI](https://circleci.com/gh/degree9/boot-io.svg?style=svg)](https://circleci.com/gh/degree9/boot-io)\n[![gitcheese.com](https://api.gitcheese.com/v1/projects/95880215-d9f4-4604-9e9e-565efdbef0f4/badges?type=1\u0026size=xs)](https://www.gitcheese.com/app/#/projects/95880215-d9f4-4604-9e9e-565efdbef0f4/pledges/create) ---\u003e\n\nBoot-clj IO functionality using Apache Commons IO.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://degree9.io\" align=\"center\"\u003e\n    \u003cimg width=\"135\" src=\"http://degree9.io/images/degree9.png\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003cb\u003eboot-io is developed and maintained by Degree9\u003c/b\u003e\n\u003c/p\u003e\n\n---\n\nIO Tasks for [boot-clj][1].\n\n* Provides `add-file` task for adding files to the fileset.\n* Provides `add-directory` task for adding directories to the fileset.\n* Provides `add-fileset` task for adding files/directories to the fileset.\n\n\u003e The following outlines basic usage of the task, extensive testing has not been done.\n\u003e Please submit issues and pull requests!\n\n## Usage ##\n\nAdd `boot-io` to your `build.boot` dependencies and `require` the namespace:\n\n```clj\n(set-env! :dependencies '[[degree9/boot-io \"X.Y.Z\" :scope \"test\"]])\n(require '[degree9.boot-io :refer :all])\n```\n\nAdd a file to the fileset:\n\n```bash\nboot add-file -s \"license\" -d \"license\"\n```\n\nAdd a file to the fileset:\n\n```bash\nboot add-directory -s \"test\" -d \"test\"\n```\n\nAdd a file or directory to the fileset:\n\n```bash\n;; add folder\nboot add-fileset -s \"test\" -d \"target\"\n;; add file\nboot add-fileset -s \"license\" -d \"target\"\n```\n\n## Task Options ##\n\nAll tasks exposes options for specifying where to look for an files/directories and where to put them on the fileset.\n\n```clojure\ns source      VAL str \"File/Folder used as source.\"\nd destination VAL str \"Target file/folder within the fileset.\"\n```\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.patreon.com/degree9\" align=\"center\"\u003e\n    \u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\" alt=\"Patreon\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003cb\u003eSupport this and other open-source projects on Patreon!\u003c/b\u003e\n\u003c/p\u003e\n\n---\n\n[1]: https://github.com/boot-clj/boot\n","funding_links":["https://www.patreon.com/degree9"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdegree9%2Fboot-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdegree9%2Fboot-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdegree9%2Fboot-io/lists"}