{"id":18000792,"url":"https://github.com/derrickreimer/condensation","last_synced_at":"2025-03-26T07:32:15.128Z","repository":{"id":47716329,"uuid":"13448113","full_name":"derrickreimer/condensation","owner":"derrickreimer","description":"A collection of handy extensions to the Liquid templating engine","archived":false,"fork":false,"pushed_at":"2021-08-16T20:04:57.000Z","size":55,"stargazers_count":10,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T11:50:29.135Z","etag":null,"topics":["liquid","liquid-templating-engine"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/derrickreimer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-09T16:52:51.000Z","updated_at":"2024-03-26T20:14:52.000Z","dependencies_parsed_at":"2022-09-05T14:50:53.852Z","dependency_job_id":null,"html_url":"https://github.com/derrickreimer/condensation","commit_stats":null,"previous_names":["djreimer/condensation"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickreimer%2Fcondensation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickreimer%2Fcondensation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickreimer%2Fcondensation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derrickreimer%2Fcondensation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derrickreimer","download_url":"https://codeload.github.com/derrickreimer/condensation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245611904,"owners_count":20643924,"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":["liquid","liquid-templating-engine"],"created_at":"2024-10-29T23:14:09.596Z","updated_at":"2025-03-26T07:32:14.621Z","avatar_url":"https://github.com/derrickreimer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Condensation\n\nA collection of handy Liquid filters. Developed for [Drip](https://www.getdrip.com).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'condensation'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install condensation\n\n## Usage\n\nTo make all the filters available in your Liquid templates, place this call\nin your app initialization code:\n\n```ruby\nCondensation.register_filters\n```\n\nFor example, in a Rails app, you'll likely place this in an initializer.\nTo pick and choose which filters you like, just register them manually:\n\n```ruby\nLiquid::Template.register_filter(Condensation::Filters::DaysUntil)\n```\n\nExplore all the available filters [here](https://github.com/djreimer/condensation/tree/master/lib/condensation/filters).\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderrickreimer%2Fcondensation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderrickreimer%2Fcondensation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderrickreimer%2Fcondensation/lists"}