{"id":17681257,"url":"https://github.com/jessedoyle/coffee-script-source","last_synced_at":"2025-04-19T16:43:34.082Z","repository":{"id":49248669,"uuid":"48937560","full_name":"jessedoyle/coffee-script-source","owner":"jessedoyle","description":"Coffeescript source code for Crystal apps","archived":false,"fork":false,"pushed_at":"2021-06-22T00:07:47.000Z","size":102,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T21:18:40.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/jessedoyle.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}},"created_at":"2016-01-03T07:14:46.000Z","updated_at":"2022-08-30T01:20:07.000Z","dependencies_parsed_at":"2022-09-21T12:23:16.323Z","dependency_job_id":null,"html_url":"https://github.com/jessedoyle/coffee-script-source","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessedoyle%2Fcoffee-script-source","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessedoyle%2Fcoffee-script-source/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessedoyle%2Fcoffee-script-source/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessedoyle%2Fcoffee-script-source/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessedoyle","download_url":"https://codeload.github.com/jessedoyle/coffee-script-source/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740741,"owners_count":21318705,"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-10-24T09:10:38.104Z","updated_at":"2025-04-19T16:43:34.064Z","avatar_url":"https://github.com/jessedoyle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"CoffeeScript Source\n===================\n\nThis repository contains a basic [Crystal](http://crystal-lang.org) shard that contains the raw javascript for the [CoffeeScript](https://github.com/jashkenas/coffeescript) compiler.\n\nMost of this code was taken from Ruby's [coffee-script-source](https://rubygems.org/gems/coffee-script-source)'s gem and Crystalized.\n\nInstallation\n============\n\nIn your `shard.yml`:\n\n```yaml\ndependencies:\n  coffee-script-source:\n    github: jessedoyle/coffee-script-source\n    version: ~\u003e 2.0\n```\n\nthe execute `shards install`.\n\nUsage\n=====\n\n```crystal\nrequire \"coffee-script-source\"\n\nCoffeeScript::Source.bundled_path    # =\u003e somewhere...\nCoffeeScript::Source.bundled_version # =\u003e \"X.X.X\"\n```\n\nNotes\n=====\n\n* Currently, this shard supports the 1.X releases of CoffeeScript. PRs are welcome - please see the discussion [here](https://github.com/jessedoyle/coffee-script-source/pull/3#issuecomment-779522699) for context.\n\nMaintenance\n===========\n\nFor future reference, when a new CoffeeScript version is released:\n\n1. Create a new branch on this repo, then checkout the created branch.\n2. From the repo's root directory execute: `bin/build-coffee-script 1.x.x`.\n3. Update the `bundled_version` static method in [`src/coffee_script_source.cr`](https://github.com/jessedoyle/coffee-script-source/blob/master/src/coffee_script_source.cr).\n4. Commit and merge as usual. Don't forget to add the correct release tags (eg. `v1.10.0`).\n\nLicense\n=======\n\nThe MIT License. See `LICENSE.md` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessedoyle%2Fcoffee-script-source","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessedoyle%2Fcoffee-script-source","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessedoyle%2Fcoffee-script-source/lists"}