{"id":23552635,"url":"https://github.com/kiwiroy/mojolicious-command-author-generate-launchd","last_synced_at":"2026-05-05T03:37:32.184Z","repository":{"id":147206892,"uuid":"195136306","full_name":"kiwiroy/mojolicious-command-author-generate-launchd","owner":"kiwiroy","description":"Create a launchd.plist file for a Mojolicious application/Run with hypnotoad-launchd","archived":false,"fork":false,"pushed_at":"2019-11-26T04:16:24.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-03T02:46:02.610Z","etag":null,"topics":["command","generate","hypnotoad","launchd","macos","mojo","mojolicious"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/kiwiroy.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-03T22:58:46.000Z","updated_at":"2019-11-26T04:16:26.000Z","dependencies_parsed_at":"2026-03-06T10:01:45.659Z","dependency_job_id":null,"html_url":"https://github.com/kiwiroy/mojolicious-command-author-generate-launchd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kiwiroy/mojolicious-command-author-generate-launchd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwiroy%2Fmojolicious-command-author-generate-launchd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwiroy%2Fmojolicious-command-author-generate-launchd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwiroy%2Fmojolicious-command-author-generate-launchd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwiroy%2Fmojolicious-command-author-generate-launchd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwiroy","download_url":"https://codeload.github.com/kiwiroy/mojolicious-command-author-generate-launchd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwiroy%2Fmojolicious-command-author-generate-launchd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32634671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["command","generate","hypnotoad","launchd","macos","mojo","mojolicious"],"created_at":"2024-12-26T11:12:31.891Z","updated_at":"2026-05-05T03:37:32.179Z","avatar_url":"https://github.com/kiwiroy.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=encoding utf8\n\n=begin html\n\n\u003ca href=\"https://travis-ci.com/kiwiroy/mojolicious-command-author-generate-launchd\"\u003e\n  \u003cimg alt=\"Build Status\"\n       src=\"https://travis-ci.com/kiwiroy/mojolicious-command-author-generate-launchd.svg?token=Kpqpmk91fYg5k9hdqK3y\u0026branch=master\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://coveralls.io/github/kiwiroy/mojolicious-command-author-generate-launchd?branch=master\"\u003e\n  \u003cimg alt=\"Coverage Status\"\n       src=\"https://coveralls.io/repos/github/kiwiroy/mojolicious-command-author-generate-launchd/badge.svg?branch=master\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://kritika.io/users/kiwiroy/repos/9828314644594857/heads/master/\"\u003e\n  \u003cimg alt=\"Kritika Analysis Status\"\n       src=\"https://kritika.io/users/kiwiroy/repos/9828314644594857/heads/master/status.svg?type=score%2Bcoverage%2Bdeps\" /\u003e\n\u003c/a\u003e\n\n=end html\n\n=head1 NAME\n\nhypnotoad-launchd - Hypnotoad HTTP and WebSocket server managed by launchd\n\n=head1 SYNOPSIS\n\n  Usage: hypnotoad-launchd [OPTIONS] [APPLICATION]\n\n    hypnotoad-launchd ./script/my_app\n    hypnotoad-launchd ./myapp.pl\n    hypnotoad-launchd -s ./myapp.pl\n    hypnotoad-launchd -t ./myapp.pl\n\n  Options:\n    -h, --help         Show this message\n    -a, --auto         Enable the autorestarting feature (not supported)\n    -s, --stop         Stop server gracefully\n    -t, --test         Test application and exit\n\n=head1 DESCRIPTION\n\nStart L\u003cMojolicious\u003e and L\u003cMojolicious::Lite\u003e applications with the\nL\u003cHypnotoad|Mojo::Server::Hypnotoad\u003e web server in a method that is managed by\nC\u003claunchd\u003e/C\u003claunchctl\u003e.\n\nEssentially, this is a controller script for C\u003chypnotoad\u003e that runs in the\nforeground utilising the code from L\u003cMojo::Server::Hypnotoad\u003e and\nL\u003cMojo::Server::Prefork\u003e. Identical signals are handled and proxied to the\ndaemonized instance of C\u003chypnotoad\u003e as required.\n\n=head1 SEE ALSO\n\nL\u003cMojolicious\u003e, L\u003cMojolicious::Guides\u003e, L\u003chttps://mojolicious.org\u003e, L\u003cdaemondo|https://github.com/macports/macports-base/blob/master/src/programs/daemondo/main.c\u003e from macports.\n\n\n=cut\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwiroy%2Fmojolicious-command-author-generate-launchd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwiroy%2Fmojolicious-command-author-generate-launchd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwiroy%2Fmojolicious-command-author-generate-launchd/lists"}