{"id":15713961,"url":"https://github.com/hashnuke/coffee_rotor","last_synced_at":"2025-05-07T22:46:46.977Z","repository":{"id":12310501,"uuid":"14943785","full_name":"HashNuke/coffee_rotor","owner":"HashNuke","description":"Rotor plugin to compile CoffeeScript files","archived":false,"fork":false,"pushed_at":"2020-03-04T16:28:43.000Z","size":291,"stargazers_count":16,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T22:46:39.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/HashNuke.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":"2013-12-05T04:25:36.000Z","updated_at":"2024-12-11T22:17:13.000Z","dependencies_parsed_at":"2022-08-29T00:50:15.188Z","dependency_job_id":null,"html_url":"https://github.com/HashNuke/coffee_rotor","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/HashNuke%2Fcoffee_rotor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fcoffee_rotor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fcoffee_rotor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HashNuke%2Fcoffee_rotor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HashNuke","download_url":"https://codeload.github.com/HashNuke/coffee_rotor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967984,"owners_count":21833247,"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-03T21:34:22.368Z","updated_at":"2025-05-07T22:46:46.932Z","avatar_url":"https://github.com/HashNuke.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoffeeRotor\n\nThis is a [Rotor](https://github.com/HashNuke/rotor) to compile CoffeeScript files.\n\n\n### Usage\n\n\nThe `CoffeeRotor` module provides the `coffee` rotor. And this is how you call it\n\n```\nCoffeeRotor.coffee(files)\n```\n\n### Example config using the coffee rotor\n\n```\n# This goes in the place you are configuring Rotor\n\nimport Rotor.BasicRotors\nimport CoffeeRotor\n\noutput_path = \"priv/static/assets/app.js\"\nRotor.watch :coffeescripts, [\"priv/assets/javascripts/*.coffee\"], fn(_changed_files, all_files)-\u003e\n  read_files(all_files)\n  |\u003e coffee\n  |\u003e concat\n  |\u003e output_to(output_path)\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fcoffee_rotor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashnuke%2Fcoffee_rotor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashnuke%2Fcoffee_rotor/lists"}