{"id":15057502,"url":"https://github.com/joshday/webassets.jl","last_synced_at":"2026-01-02T20:12:02.889Z","repository":{"id":176991445,"uuid":"659301916","full_name":"joshday/WebAssets.jl","owner":"joshday","description":"Manager for files based on URLs","archived":false,"fork":false,"pushed_at":"2024-01-19T15:27:59.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T23:25:07.434Z","etag":null,"topics":["julia","julia-language","julialang"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/joshday.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":"2023-06-27T14:40:02.000Z","updated_at":"2023-12-18T13:44:18.000Z","dependencies_parsed_at":"2024-11-21T20:16:38.151Z","dependency_job_id":null,"html_url":"https://github.com/joshday/WebAssets.jl","commit_stats":null,"previous_names":["joshday/scratchspaceassets.jl","joshday/webassets.jl"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FWebAssets.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FWebAssets.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FWebAssets.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshday%2FWebAssets.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshday","download_url":"https://codeload.github.com/joshday/WebAssets.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243761954,"owners_count":20343970,"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":["julia","julia-language","julialang"],"created_at":"2024-09-24T22:07:16.671Z","updated_at":"2026-01-02T20:11:57.857Z","avatar_url":"https://github.com/joshday.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebAssets\n\n[![Build Status](https://github.com/joshday/WebAssets.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/joshday/WebAssets.jl/actions/workflows/CI.yml?query=branch%3Amain)\n\n\n**WebAssets** provides a simple API for managing local versions of files based on URLs.\n\n# Usage\n\n```julia\nusing WebAssets: @add, @list, @remove\n\n# Download file (if necessary) to scratchspace and return the path\nplotlyjs = @add \"https://cdn.plot.ly/plotly-2.24.0.min.js\"\n\n\n# List assets\n@list()\n# 1-element Vector{String}:\n#  \"https://cdn.plot.ly/plotly-2.24.0.min.js\"\n\n\n# Force a re-download\n@update \"https://cdn.plot.ly/plotly-2.24.0.min.js\"\n\n# Delete the downloaded file\n@remove \"https://cdn.plot.ly/plotly-2.24.0.min.js\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fwebassets.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshday%2Fwebassets.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshday%2Fwebassets.jl/lists"}