{"id":13804604,"url":"https://github.com/jkrup/meteor-hero","last_synced_at":"2025-10-29T22:31:26.362Z","repository":{"id":46919808,"uuid":"209657646","full_name":"jkrup/meteor-hero","owner":"jkrup","description":"Instantly deploy your Meteor apps with `meteor-hero`","archived":false,"fork":false,"pushed_at":"2023-01-04T10:50:43.000Z","size":1036,"stargazers_count":38,"open_issues_count":23,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-02T05:31:28.735Z","etag":null,"topics":["cli","deployment","docker","heroku","meteor","meteor-application","meteor-apps","npm-package"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/jkrup.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":"2019-09-19T22:16:06.000Z","updated_at":"2024-11-22T11:37:39.000Z","dependencies_parsed_at":"2023-02-02T09:15:33.863Z","dependency_job_id":null,"html_url":"https://github.com/jkrup/meteor-hero","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkrup%2Fmeteor-hero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkrup%2Fmeteor-hero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkrup%2Fmeteor-hero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkrup%2Fmeteor-hero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkrup","download_url":"https://codeload.github.com/jkrup/meteor-hero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238909360,"owners_count":19550838,"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":["cli","deployment","docker","heroku","meteor","meteor-application","meteor-apps","npm-package"],"created_at":"2024-08-04T01:00:51.065Z","updated_at":"2025-10-29T22:31:26.033Z","avatar_url":"https://github.com/jkrup.png","language":"JavaScript","funding_links":[],"categories":["Deployment"],"sub_categories":[],"readme":"# Meteor Hero\n*meteor-hero* is a tool to instantly deploy MeteorJS applications for free with one command utilizing Heroku's service. Just run `meteor-hero` and instantly deploy your Meteor app like you could back in the good 'ol days of `meteor deploy`.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Screenshot of meteor-hero\" src=\"https://meteorhero.com/img/meteor-hero-intro.gif\"\u003e\n\u003c/p\u003e\n\n# Install\n\n## Prerequisites\n\n### Docker\nYou'll need Docker installed and running to use `meteor-hero`: https://docs.docker.com/install/\n\nVia Homebrew:\n```\nbrew install docker\n```\n\n### Heroku\nInstall heroku's CLI tool: https://devcenter.heroku.com/articles/heroku-cli#download-and-install\n\nVia Homebrew:\n\n```\nbrew tap heroku/brew \u0026\u0026 brew install heroku\n```\n\n### Meteor-Hero\nAnd then install `meteor-hero` via NPM:\n\n\n```\nnpm i -g meteor-hero\n```\n\n# Description\n\n*meteor-hero* is the easiest zero-configuration tool to deploy MeteorJS apps for free, yet can scale up to production usage.\n\n## Details\nThis program is designed to be run inside of a MeteorJS project and will do the following:\n\n1. Build the meteor application to BUILD_DIR (Default: `~/.meteor-hero/builds`)\n2. Unzip the contents of the built meteor application\n3. Write a Dockerfile in the BUILD_DIR\n4. Create a new heroku instance with a MongoDB addon and set the appropriate env variables\n5. Release the heroku container and print the URL where it is accessible\n\n\n# Usage\n```\n    meteor-hero [options] \u003ccommand\u003e\n\n  Description:\n    This program is designed to be run inside of a MeteorJS project and will do the following:\n\n      1) Build the meteor application to BUILD_DIR (Default: ~/.meteor-hero/builds)\n      2) Unzip the contents of the built meteor application\n      3) Write a Dockerfile in the BUILD_DIR\n      4) Create a new heroku instance with a MongoDB addon and set the appropriate env variables\n      5) Release the heroku container and print the URL where it is accessible\n\n    Note: If run outside of a meteor application, may crash due to `meteor build` failing\n\n  Options:\n    -h                 Displays help message\n    -b DIR             Overwrite BUILD_DIR\n    -e VAR=value       Environment variables to set on the deployed heroku instance.\n    -E `FILE`          Env file to be read for environment variables to be set.\n\n  Commands:\n    []  By default deploys a MeteorJS application to heroku.\n    -u  Update instead of creating a new url, update the previous deploy. The file .heroku_app_name must exist and contain the previous app name.\n\n  Examples:\n\n  – Deploy with environment variables\n\n    $ meteor-hero -e MONGO_URL=\"mongodb://user:pass@example.mongo.com\" -e ROOT_URL=\"example.net\"`\n\n  – Deploy using env file\n\n    $ meteor-hero -E prod.env\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkrup%2Fmeteor-hero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkrup%2Fmeteor-hero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkrup%2Fmeteor-hero/lists"}