{"id":17402900,"url":"https://github.com/thlorenz/coffeeify-redux","last_synced_at":"2025-08-01T13:34:40.205Z","repository":{"id":7486475,"uuid":"8835191","full_name":"thlorenz/coffeeify-redux","owner":"thlorenz","description":"browserify v2 plugin to compile coffee-script automatically using the coffee-script-redux compiler","archived":false,"fork":false,"pushed_at":"2013-03-17T15:42:35.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T21:42:46.511Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thlorenz.png","metadata":{"files":{"readme":"readme.markdown","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-03-17T14:01:53.000Z","updated_at":"2014-10-22T07:13:19.000Z","dependencies_parsed_at":"2022-09-05T09:30:25.118Z","dependency_job_id":null,"html_url":"https://github.com/thlorenz/coffeeify-redux","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thlorenz/coffeeify-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fcoffeeify-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fcoffeeify-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fcoffeeify-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fcoffeeify-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thlorenz","download_url":"https://codeload.github.com/thlorenz/coffeeify-redux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thlorenz%2Fcoffeeify-redux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268231595,"owners_count":24217035,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-16T18:36:31.867Z","updated_at":"2025-08-01T13:34:40.180Z","avatar_url":"https://github.com/thlorenz.png","language":"JavaScript","readme":"# coffeeify-redux [![build status](https://secure.travis-ci.org/thlorenz/coffeeify-redux.png)](http://travis-ci.org/substack/coffeeify)\n\nbrowserify v2 plugin for coffee-script-redux\n\nmix and match `.coffee` and `.js` files in the same project\n\nif you prefer the original coffee-script compiler, please use the [original coffeeify](https://github.com/substack/coffeeify)\n\n# example\n\ngiven some files written in a mix of `js` and `coffee`:\n\nfoo.coffee:\n\n``` coffee\nconsole.log(require './bar.js')\n```\n\nbar.js:\n\n``` js\nmodule.exports = require('./baz.coffee')(5)\n```\n\nbaz.coffee:\n\n``` js\nmodule.exports = (n) -\u003e n * 111\n```\n\ninstall coffeeify into your app:\n\n```\n$ npm install coffeeify\n```\n\nwhen you compile your app, just pass `-t coffeeify` to browserify:\n\n```\n$ browserify -t coffeeify foo.coffee \u003e bundle.js\n$ node bundle.js\n555\n```\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install coffeeify-redux\n```\n\n# license\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthlorenz%2Fcoffeeify-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthlorenz%2Fcoffeeify-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthlorenz%2Fcoffeeify-redux/lists"}