{"id":23871467,"url":"https://github.com/nicbet/elixir-lye","last_synced_at":"2025-07-23T19:04:23.703Z","repository":{"id":147909930,"uuid":"139897974","full_name":"nicbet/elixir-lye","owner":"nicbet","description":"Lye - a Sprockets inspired asset pipeline for Elixir / Phoenix","archived":false,"fork":false,"pushed_at":"2018-07-10T00:33:33.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T02:26:32.930Z","etag":null,"topics":["assets","assets-pipeline","elixir","phoenix-framework"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/nicbet.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-05T20:39:15.000Z","updated_at":"2018-07-10T00:33:35.000Z","dependencies_parsed_at":"2023-08-31T16:53:45.628Z","dependency_job_id":null,"html_url":"https://github.com/nicbet/elixir-lye","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicbet/elixir-lye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicbet%2Felixir-lye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicbet%2Felixir-lye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicbet%2Felixir-lye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicbet%2Felixir-lye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicbet","download_url":"https://codeload.github.com/nicbet/elixir-lye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicbet%2Felixir-lye/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266737572,"owners_count":23976389,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["assets","assets-pipeline","elixir","phoenix-framework"],"created_at":"2025-01-03T14:59:38.851Z","updated_at":"2025-07-23T19:04:23.693Z","avatar_url":"https://github.com/nicbet.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lye\n\nLye - a Sprockets inspired asset pipeline for Elixir / Phoenix\n\n## Installation\n\nThe package can be installed by adding `lye` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:lye, git: \"https://github.com/nicbet/elixir-lye\"}\n  ]\nend\n```\n\n## Usage\nThis project is a massive WIP!\n\nFor now, you can execute the test suite with:\n\n```sh\nmix test\n```\n\nLoad an asset from a load path\n```elixir\nenv = Lye.Environment.phoenix()\nLye.Environment.load(env, \"app.js\")\n```\n\n## Dev Notes\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/lye](https://hexdocs.pm/lye).\n\n## RoadMap\n\n#### Basic Structs\n- [x] Environment\n- [x] Asset\n- [x] Processor\n\n#### Functionality\n- [x] Loading of assets\n- [x] Caching of loaded assets\n- [ ] Development mode\n- [ ] Production mode\n- [ ] Manifests\n- [ ] Saving compiled assets to disk\n- [ ] Plug / Phoenix integration\n\n#### Processing\n- [x] Default Pipeline\n- [x] Basic Directive Processor\n- [x] require Directive\n- [ ] require_tree Directive\n- [ ] require_directory Directive\n- [ ] require_self Directive\n- [ ] link Directive\n- [ ] depend_on Directive\n- [ ] depend_on_asset Directive\n- [ ] stub Directive\n- [ ] node_module Directive\n- [ ] Custom Directives\n- [x] Bundle Processor\n- [ ] SCSS Processor\n- [ ] Babel Processor\n- [ ] CoffeeScript Processor\n- [ ] Compressor\n- [ ] Uglifier Processor\n- [ ] Minifier Processor\n- [ ] SourceMaps Processor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicbet%2Felixir-lye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicbet%2Felixir-lye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicbet%2Felixir-lye/lists"}