{"id":20269908,"url":"https://github.com/teliosdev/liquidscript","last_synced_at":"2025-12-16T21:32:01.191Z","repository":{"id":14422436,"uuid":"17133505","full_name":"teliosdev/liquidscript","owner":"teliosdev","description":"Variant of coffeescript, written in ruby.","archived":false,"fork":false,"pushed_at":"2015-01-11T21:04:15.000Z","size":1138,"stargazers_count":13,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T23:05:56.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://liquidscript.io","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/teliosdev.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":"2014-02-24T11:07:38.000Z","updated_at":"2019-08-13T15:36:17.000Z","dependencies_parsed_at":"2022-08-29T05:31:55.503Z","dependency_job_id":null,"html_url":"https://github.com/teliosdev/liquidscript","commit_stats":null,"previous_names":["redjazz96/liquidscript"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fliquidscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fliquidscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fliquidscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teliosdev%2Fliquidscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teliosdev","download_url":"https://codeload.github.com/teliosdev/liquidscript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339255,"owners_count":21087214,"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":[],"created_at":"2024-11-14T12:28:01.138Z","updated_at":"2025-12-16T21:31:55.888Z","avatar_url":"https://github.com/teliosdev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Liquidscript](http://i.imgur.com/xbdhTsr.png)\n\n[![Build Status](http://img.shields.io/travis/medcat/liquidscript.svg)](https://travis-ci.org/medcat/liquidscript) [![Coverage Status](http://img.shields.io/coveralls/medcat/liquidscript.svg)](https://coveralls.io/r/medcat/liquidscript?branch=master) [![Code Climate](http://img.shields.io/codeclimate/github/medcat/liquidscript.svg)](https://codeclimate.com/github/medcat/liquidscript) [![Gem Version](http://img.shields.io/gem/v/liquidscript.svg)](http://badge.fury.io/rb/liquidscript) [![Dependency Status](https://gemnasium.com/medcat/liquidscript.svg)](https://gemnasium.com/medcat/liquidscript) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://choosealicense.com/licenses/mit/)\n\nA javascript-based language that compiles to javascript.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'liquidscript'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install liquidscript\n\nIf you're using Sprockets in your application, place this in\nyour Gemfile:\n\n    gem 'liquidscript', require: 'sprockets/liquidscript'\n\n## Usage\n\nTo use liquidscript:\n\n```\nTODO: usage example\n```\n\nThe language of liquidscript:\n\n```coffeescript\n# This is an object.\n\n{\n  test: \"hello\",\n\n  # Note here that a single-quoted string does not have an ending\n  # delimiter.  This is on purpose.\n  foo: 'bar # ' # syntax highlighting fix\n}\n```\n\n```coffeescript\n# This is a function\n\nfunc = ()-\u003e {\n  console.log(\"hello world\")\n}\n\nfunc()\n```\n\n## Contributing\n\n1. Fork it (\u003chttp://github.com/medcat/liquidscript/fork\u003e)\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%2Fteliosdev%2Fliquidscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteliosdev%2Fliquidscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteliosdev%2Fliquidscript/lists"}