{"id":17382210,"url":"https://github.com/surjikal/sublime-coffee-compile","last_synced_at":"2026-03-14T01:05:03.746Z","repository":{"id":3790133,"uuid":"4868311","full_name":"surjikal/sublime-coffee-compile","owner":"surjikal","description":"JS as compiler target back when it was not cool!","archived":false,"fork":false,"pushed_at":"2018-12-16T16:48:25.000Z","size":55,"stargazers_count":82,"open_issues_count":0,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T18:11:56.075Z","etag":null,"topics":["coffeescript","python","sublime-text"],"latest_commit_sha":null,"homepage":"","language":"Python","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/surjikal.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}},"created_at":"2012-07-03T05:10:33.000Z","updated_at":"2024-06-06T15:49:11.000Z","dependencies_parsed_at":"2022-09-16T02:30:47.281Z","dependency_job_id":null,"html_url":"https://github.com/surjikal/sublime-coffee-compile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fsublime-coffee-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fsublime-coffee-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fsublime-coffee-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surjikal%2Fsublime-coffee-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surjikal","download_url":"https://codeload.github.com/surjikal/sublime-coffee-compile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249026692,"owners_count":21200491,"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":["coffeescript","python","sublime-text"],"created_at":"2024-10-16T07:35:49.612Z","updated_at":"2026-03-14T01:05:03.716Z","avatar_url":"https://github.com/surjikal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sublime Text 2/3 - Coffee Compile\n\nThis package allows you to compile some or all of your CoffeeScript right from the editor.\nThe JavaScript output will even have syntax highlighting!\n\nTo install CoffeeCompile, simply use [Package Control](http://wbond.net/sublime_packages/package_control).\n\nYou'll need to setup some paths in the settings file before you can use the plugin. Instructions are\nincluded in the settings file, don't worry! The settings file can be accessed through this menu:\n`Sublime Text \u003e Preferences \u003e Package Settings \u003e CoffeeCompile \u003e Settings - User`\n\nTo use the plugin, highlight your CoffeeScript and hit `Ctrl+Shift+C` (or `Cmd+Shift+C` on OSX).\u003cbr\u003e\nAlternatively, right click and select the _Coffee Compile_ command. To compile the whole file, don't\nhighlight any text.\n\n\n![CoffeeCompile Screenshot](http://i.imgur.com/2J49Q.png)\n\nColor Scheme: [Made of Code](http://madeofcode.com/posts/29-photo-my-new-textmate-theme-8220-made-of-code-8221-mdash-download-9-feb-2010-update-t)\n\n## Common Issues\n\n### OSError: [Errno 2] No such file or directory\n\nThis is happening because the plugin can't find `coffee` (or `coffee.cmd` on Windows). To fix this,\ngo in the settings file and set the `coffee_path` to the executable's directory.\n\nIf you don't know where `coffee` is, run the following in your terminal: ``dirname `which coffee` ``\n\n### env: node: No such file or directory\n\nThis is happening because `coffee` can't find your `node` executable. To fix this, go in the settings\nfile and set the `node_path` setting to the executable's directory.\n\nIf you don't know where `node` is, run the following in your terminal: ``dirname `which node` ``\n\n\n## Install\n\n### Package Control\nInstall the _CoffeeCompile_ package from [Package Control](http://wbond.net/sublime_packages/package_control).\n\n\n### Manual\n\nClone this repository from your Sublime packages directory:\n\n#### Linux\n```\n$ cd ~/.config/sublime-text-2/Packages\n$ git clone https://github.com/surjikal/sublime-coffee-compile \"Coffee Compile\"\n```\n\n#### Macosx\n```\n$ cd \"~/Library/Application Support/Sublime Text 2/Packages\"\n$ git clone https://github.com/surjikal/sublime-coffee-compile \"Coffee Compile\"\n```\n\n#### Windows (manual install untested)\n```\n$ cd \"%APPDATA%\\Sublime Text 2\"\n$ git clone https://github.com/surjikal/sublime-coffee-compile \"Coffee Compile\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurjikal%2Fsublime-coffee-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurjikal%2Fsublime-coffee-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurjikal%2Fsublime-coffee-compile/lists"}