{"id":23114460,"url":"https://github.com/mrmcc3/boot-rev","last_synced_at":"2025-08-16T21:31:33.245Z","repository":{"id":62433701,"uuid":"40424871","full_name":"mrmcc3/boot-rev","owner":"mrmcc3","description":"Boot task for file revisions. Renaming files to include version, hash etc. (fingerprinting)","archived":false,"fork":false,"pushed_at":"2016-05-21T00:05:25.000Z","size":5,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T04:04:00.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrmcc3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-09T04:06:26.000Z","updated_at":"2025-05-26T13:18:43.000Z","dependencies_parsed_at":"2022-11-01T21:15:43.662Z","dependency_job_id":null,"html_url":"https://github.com/mrmcc3/boot-rev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrmcc3/boot-rev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-rev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-rev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-rev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-rev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmcc3","download_url":"https://codeload.github.com/mrmcc3/boot-rev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmcc3%2Fboot-rev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270775799,"owners_count":24642961,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-17T03:31:30.395Z","updated_at":"2025-08-16T21:31:32.742Z","avatar_url":"https://github.com/mrmcc3.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# boot-rev\n\nBoot task for file revisions (Naming files by version, hash etc.)\n\n[![Clojars Project](https://img.shields.io/clojars/v/mrmcc3/boot-rev.svg)](https://clojars.org/mrmcc3/boot-rev)\n\n### Usage\n\nUse in `build.boot`:\n\n```clj\n(set-env! :dependencies '[[mrmcc3/boot-rev \"0.1.0\"]])\n(require '[mrmcc3.boot-rev :refer [rev]])\n\n;; fingerprint all js files\n(deftask demo-rev []\n  (comp\n    (rev :files [#\"^.*\\.js$\"])\n    (target)))\n```\n\ntry a demo in this repo:\n\n```bash\nboot demo-rev\n```\n\nBy [adding metadata to `fileset`][meta] you can lookup paths in a following task:\n\n[meta]: https://github.com/boot-clj/boot/wiki/Task-Writer%27s-Guide#metadata\n\n```clj\n;; you can get the reved path from the original path\n(rev-path fileset \"out/main.js\") ;; -\u003e out/main.ae34fc11.js\n```\n\n### LICENSE\n\nCopyright © 2015 Michael McClintock\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmcc3%2Fboot-rev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmcc3%2Fboot-rev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmcc3%2Fboot-rev/lists"}