{"id":22604379,"url":"https://github.com/shinshin86/noreman","last_synced_at":"2026-04-28T08:37:58.347Z","repository":{"id":37130231,"uuid":"494680766","full_name":"shinshin86/noreman","owner":"shinshin86","description":"Clone of foreman and goreman written in Node.js.","archived":false,"fork":false,"pushed_at":"2022-07-07T22:24:36.000Z","size":101,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-03T07:44:35.084Z","etag":null,"topics":["devops","foreman","goreman","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/shinshin86.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":"2022-05-21T04:35:44.000Z","updated_at":"2022-06-18T23:02:21.000Z","dependencies_parsed_at":"2022-09-03T04:41:27.354Z","dependency_job_id":null,"html_url":"https://github.com/shinshin86/noreman","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/shinshin86%2Fnoreman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinshin86%2Fnoreman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinshin86%2Fnoreman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinshin86%2Fnoreman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shinshin86","download_url":"https://codeload.github.com/shinshin86/noreman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246102661,"owners_count":20723831,"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":["devops","foreman","goreman","nodejs"],"created_at":"2024-12-08T13:09:13.305Z","updated_at":"2026-04-28T08:37:58.273Z","avatar_url":"https://github.com/shinshin86.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noreman\n\n[![Test](https://github.com/shinshin86/noreman/actions/workflows/test.yml/badge.svg)](https://github.com/shinshin86/noreman/actions/workflows/test.yml)\n\nClone of [foreman](https://github.com/ddollar/foreman) and [goreman](https://github.com/mattn/goreman) written in Node.js.\n\nstatus of WIP.\n\n## Development\n\nWe use [@swc-node/register](https://www.npmjs.com/package/@swc-node/register) to run everything in development with `.ts`.\n\n### start\n\nExecutes all commands defined in Procfile and displays output.\n\n```sh\n# Procfile must exist in the current directory.\nyarn dev start\n```\n\nOr, by reading the file `.noreman.json`, you can change the startup path, etc.\n\nexample: `.noreman.json`\n\n```json\n{\n    \"procfile\": \"Procfile\",\n    \"port\": 5000,\n    \"baseDir\": \"_example\",\n    \"basePort\": 5000\n}\n```\n\nWhen executing, pass the path to `.noreman.json` with the `-c` option.\n\n```sh\nyarn dev start -c .noreman.json\n```\n\nWhen use `start` command then RPC server used by noreman is also started in the background.\nIt is possible to communicate instructions to noreman by hitting `run \u003ccommand\u003e` commands from another terminal.\n\n### run list\n\nChecks the current process status.\n\n```sh\nyarn dev run list\n\n# display pid option\nyarn dev run list -p # or --pid\n```\n\n### run restart\n\nRestart a specific process.\n\n```sh\nyarn dev run restart foo\n```\n\n### run stop\n\nStop a specific process.\n\n```sh\nyarn dev run stop foo\n```\n\n### run start\n\nStart a specific process.\n\n```sh\nyarn dev run start foo\n```\n\n## Build\n\n```sh\nyarn build\n```\n\n## TODO\n\n[Create a todo item in the issue](https://github.com/shinshin86/noreman/issues?q=is%3Aissue+is%3Aopen+%22TODO%3A%22)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinshin86%2Fnoreman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinshin86%2Fnoreman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinshin86%2Fnoreman/lists"}