{"id":13626319,"url":"https://github.com/jmonster/heroku-buildpack-iojs","last_synced_at":"2025-04-16T14:33:11.514Z","repository":{"id":24078212,"uuid":"27464916","full_name":"jmonster/heroku-buildpack-iojs","owner":"jmonster","description":"A Heroku buildpack for \u003cs\u003eNode\u003c/s\u003eio.js apps.","archived":false,"fork":true,"pushed_at":"2015-02-23T16:35:47.000Z","size":8686,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-08T16:43:03.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"metadaddy/heroku-buildpack-nodejs","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmonster.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":"2014-12-03T02:23:21.000Z","updated_at":"2015-03-12T20:03:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jmonster/heroku-buildpack-iojs","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmonster%2Fheroku-buildpack-iojs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmonster%2Fheroku-buildpack-iojs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmonster%2Fheroku-buildpack-iojs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmonster%2Fheroku-buildpack-iojs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmonster","download_url":"https://codeload.github.com/jmonster/heroku-buildpack-iojs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249250820,"owners_count":21237961,"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-08-01T21:02:15.303Z","updated_at":"2025-04-16T14:33:11.220Z","avatar_url":"https://github.com/jmonster.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# DEPRECATED\nin favor of the official solution: https://devcenter.heroku.com/changelog-items/595\n\n-----\n\nHeroku Buildpack for io.js\n============================\n![substack-iojs](https://cloud.githubusercontent.com/assets/368767/5293096/97a4ec0a-7b39-11e4-8a88-211b5e3abbae.png)\n\nHow it Works\n------------\n\nHere's an overview of what this buildpack does:\n\n- Uses the [semver.io](https://semver.io) webservice to find the latest version of node that satisfies the [engines.node semver range](https://npmjs.org/doc/json.html#engines) in your package.json.\n- Allows any recent version of node to be used, including [pre-release versions](https://semver.io/node.json).\n- Uses the version of `npm` that comes bundled with `io`.\n- Puts `node` and `npm` on the `PATH` so they can be executed with [heroku run](https://devcenter.heroku.com/articles/one-off-dynos#an-example-one-off-dyno).\n- Runs `npm rebuild` if `node_modules` is checked into version control.\n- Always runs `npm install` to ensure [npm script hooks](https://npmjs.org/doc/misc/npm-scripts.html) are executed.\n- Always runs `npm prune` after restoring cached modules to ensure cleanup of unused dependencies.\n\n\nDocumentation\n-------------\n\nFor more information about using io.js and buildpacks on Heroku, see these Dev Center articles:\n\n- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)\n- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/nodejs)\n- [10 Habits of a Happy Node Hacker](https://blog.heroku.com/archives/2014/3/11/node-habits)\n- [Buildpacks](https://devcenter.heroku.com/articles/buildpacks)\n- [Buildpack API](https://devcenter.heroku.com/articles/buildpack-api)\n\n\nHacking\n-------\n\nTo make changes to this buildpack, fork it on Github. Push up changes to your fork, then create a new Heroku app to test it, or configure an existing app to use your buildpack:\n\n```\n# Create a new Heroku app that uses your buildpack\nheroku create --buildpack \u003cyour-github-url\u003e\n\n# Configure an existing Heroku app to use your buildpack\nheroku config:set BUILDPACK_URL=\u003cyour-github-url\u003e\n\n# You can also use a git branch!\nheroku config:set BUILDPACK_URL=\u003cyour-github-url\u003e#your-branch\n```\n\n\nTesting\n-------\n\n[Anvil](https://github.com/ddollar/anvil) is a generic build server for Heroku.\n\n```\ngem install anvil-cli\n```\n\nThe [heroku-anvil CLI plugin](https://github.com/ddollar/heroku-anvil) is a wrapper for anvil.\n\n```\nheroku plugins:install https://github.com/ddollar/heroku-anvil\n```\n\nThe [ddollar/test](https://github.com/ddollar/buildpack-test) buildpack runs `bin/test` on your app/buildpack.\n\n```\nheroku build -b ddollar/test # -b can also point to a local directory\n```\n\nFor more info on testing, see [Best Practices for Testing Buildpacks](https://discussion.heroku.com/t/best-practices-for-testing-buildpacks/294) on the Heroku discussion forum.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmonster%2Fheroku-buildpack-iojs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmonster%2Fheroku-buildpack-iojs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmonster%2Fheroku-buildpack-iojs/lists"}