{"id":16697368,"url":"https://github.com/ryandotsmith/null-buildpack","last_synced_at":"2025-04-09T16:18:40.678Z","repository":{"id":1958982,"uuid":"2889407","full_name":"ryandotsmith/null-buildpack","owner":"ryandotsmith","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-01T03:27:54.000Z","size":15,"stargazers_count":201,"open_issues_count":0,"forks_count":114,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-09T16:18:34.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/ryandotsmith.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":"2011-12-01T07:26:40.000Z","updated_at":"2024-11-02T02:58:36.000Z","dependencies_parsed_at":"2022-09-02T21:50:51.833Z","dependency_job_id":null,"html_url":"https://github.com/ryandotsmith/null-buildpack","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/ryandotsmith%2Fnull-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandotsmith%2Fnull-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandotsmith%2Fnull-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandotsmith%2Fnull-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryandotsmith","download_url":"https://codeload.github.com/ryandotsmith/null-buildpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065281,"owners_count":21041872,"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-12T17:47:17.134Z","updated_at":"2025-04-09T16:18:40.658Z","avatar_url":"https://github.com/ryandotsmith.png","language":"Shell","readme":"# Null Buildpack\n\nThis buildpack was originally designed to run Go programs on Heroku. The idea\nis that you cross-compile your Go program for Linux and then push you binary\nto Heroku using Null Buildpack. Additionally I like to use the Platform\nDeployment API to avoid having to push my (often times large) repo to Heroku.\n\nHeroku buildpacks take a base Linux server and prepare it for your application.\nFor example, if you are deploying a Ruby app, the Ruby Buildpack will install\nRuby, Bundler, Node.js, and other things. The Ruby Buildpack will also run\nscripts when you deploy your app; for example: installing dependencies and\ncompiling css/js assets. Sometimes you don't need any of that and you\nsimply wish to have a bare Linux install. Since the Null Buildpack\ndoesn't do anything, it is very fast when compared to other buildpacks!\n\nNull Buildpack is also a great starting place for developing your own buildpack.\n\n## Examples\n\nCreate a directory for our Heroku App:\n```bash\n$ mkdir app \u0026\u0026 cd app\n```\n\nCreate a simple binary to run on our Heroku App:\n```bash\n$ echo -e \"#\\!/usr/bin/env bash\\n echo hi\" \u003e ./test\n$ echo -e \"test: ./test\" \u003e Procfile\n$ chmod +x ./test\n$ ./test\nhi\n```\n\nCreate an app with the Null Buildpack\n```bash\n$ git init; git add .; git commit -am 'init'\n$ heroku create --buildpack http://github.com/ryandotsmith/null-buildpack.git\n$ git push heroku master\n```\n\nRun the program:\n```bash\n$ heroku run test\nRunning `test` attached to terminal... up, run.8663\nhi\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryandotsmith%2Fnull-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryandotsmith%2Fnull-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryandotsmith%2Fnull-buildpack/lists"}