{"id":15713689,"url":"https://github.com/crystal-loot/nox","last_synced_at":"2025-05-12T21:27:05.369Z","repository":{"id":92570627,"uuid":"441071840","full_name":"crystal-loot/nox","owner":"crystal-loot","description":"Procfile-based process manager written in Crystal","archived":false,"fork":false,"pushed_at":"2024-01-26T19:37:46.000Z","size":30,"stargazers_count":19,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T03:42:14.639Z","etag":null,"topics":["crystal","crystal-lang","procfile"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/crystal-loot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-23T05:26:19.000Z","updated_at":"2024-12-24T13:18:36.000Z","dependencies_parsed_at":"2024-10-24T10:52:00.402Z","dependency_job_id":"5658e4a5-1537-4986-aa96-ce0a862db344","html_url":"https://github.com/crystal-loot/nox","commit_stats":null,"previous_names":["crystal-loot/nox"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crystal-loot%2Fnox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crystal-loot%2Fnox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crystal-loot%2Fnox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crystal-loot%2Fnox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crystal-loot","download_url":"https://codeload.github.com/crystal-loot/nox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249942144,"owners_count":21348971,"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":["crystal","crystal-lang","procfile"],"created_at":"2024-10-03T21:32:54.680Z","updated_at":"2025-04-20T18:31:30.139Z","avatar_url":"https://github.com/crystal-loot.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nox\n\nNox is a process manager for Procfiles written in Crystal.\nThe reason for its existence is so that [Lucky](https://luckyframework.org/) can ship with a built-in process runner instead of requiring one to be installed.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     nox:\n       github: matthewmcgarvey/nox\n       version: \"\u003e= 0.2.0, \u003c 0.3.0\"\n   ```\n\n2. Run `shards install`\n\n## Command Line Installation\n\n- Clone the repo\n- Run `shards build nox`\n- Run `mv bin/nox /usr/local/bin` or to a different location that is on your `$PATH`\n\n## Command Line Usage\n\n```\nnox --help # print help info\n\nnox start # run Procfile in current directory\n\nnox start -f Procfile.dev # run Procfile.dev in current directory\n```\n\n## Usage\n\n```crystal\nrequire \"nox\"\n\nNox.run(\"Procfile\") # runs the Procfile and exits when the processes are all done or the program is interrupted (ctrl-c)\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/matthewmcgarvey/nox/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Matthew McGarvey](https://github.com/matthewmcgarvey) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystal-loot%2Fnox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrystal-loot%2Fnox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystal-loot%2Fnox/lists"}