{"id":21519367,"url":"https://github.com/alexwayfer/flame_server_toys","last_synced_at":"2025-08-02T20:08:40.730Z","repository":{"id":39657653,"uuid":"284473456","full_name":"AlexWayfer/flame_server_toys","owner":"AlexWayfer","description":"Toys for Flame web application server management","archived":false,"fork":false,"pushed_at":"2025-07-25T09:50:31.000Z","size":136,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T21:55:54.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/AlexWayfer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-08-02T14:04:58.000Z","updated_at":"2021-10-29T19:49:09.000Z","dependencies_parsed_at":"2023-02-13T22:00:39.128Z","dependency_job_id":"4c70629d-d834-4608-b676-d85bfccaddc8","html_url":"https://github.com/AlexWayfer/flame_server_toys","commit_stats":{"total_commits":87,"total_committers":2,"mean_commits":43.5,"dds":0.4367816091954023,"last_synced_commit":"9a465b578d47807621a1694606690221b2cf1dec"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/AlexWayfer/flame_server_toys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame_server_toys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame_server_toys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame_server_toys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame_server_toys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexWayfer","download_url":"https://codeload.github.com/AlexWayfer/flame_server_toys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame_server_toys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448221,"owners_count":24251999,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-11-24T00:57:35.085Z","updated_at":"2025-08-02T20:08:40.700Z","avatar_url":"https://github.com/AlexWayfer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flame Server Toys\n\n[![Gem](https://img.shields.io/gem/v/flame_server_toys.svg?style=flat-square)](https://rubygems.org/gems/flame_server_toys)\n[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame_server_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/flame_server_toys)\n[![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/flame_server_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/flame_server_toys)\n[![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/flame_server_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/flame_server_toys)\n[![Depfu](https://img.shields.io/depfu/AlexWayfer/flame_server_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/flame_server_toys)\n[![Inline docs](https://inch-ci.org/github/AlexWayfer/flame_server_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/flame_server_toys)\n[![License](https://img.shields.io/github/license/AlexWayfer/flame_server_toys.svg?style=flat-square)](LICENSE.txt)\n\nToys for [Flame](https://github.com/AlexWayfer/flame) web application server management,\nlike start, stop, restart, etc.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'flame_server_toys'\n```\n\nAnd then execute:\n\n```shell\nbundle install\n```\n\nOr install it yourself as:\n\n```shell\ngem install flame_server_toys\n```\n\n## Usage\n\n```ruby\n## .toys/.toys.rb\nrequire \"#{__dir__}/../config/base\"\n\nrequire 'flame_server_toys'\nexpand FlameServerToys::Template,\n  config_proc: (proc do\n    MyProject::Config::Base.new\n  end)\n```\n\nOn `start` and `restart` commands in `development` environment there will be spawned\n`Filewatcher`s from `filewatcher.yaml` file\nvia [`filewatcher-matrix`](https://github.com/filewatcher/filewatcher-matrix).\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies.\n\nThen, run `toys rspec` to run the tests.\n\nTo install this gem onto your local machine, run `toys gem install`.\n\nTo release a new version, run `toys gem release %version%`.\nSee how it works [here](https://github.com/AlexWayfer/gem_toys#release).\n\n## Contributing\n\nBug reports and pull requests are welcome on [GitHub](https://github.com/AlexWayfer/flame_server_toys).\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwayfer%2Fflame_server_toys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexwayfer%2Fflame_server_toys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwayfer%2Fflame_server_toys/lists"}