{"id":15439169,"url":"https://github.com/maxbarsukov/yaframework","last_synced_at":"2025-04-19T18:33:57.930Z","repository":{"id":56898879,"uuid":"388733221","full_name":"maxbarsukov/yaframework","owner":"maxbarsukov","description":"⚙ Another one Ruby microframework for web development","archived":false,"fork":false,"pushed_at":"2021-07-26T18:50:58.000Z","size":62,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-14T22:24:54.014Z","etag":null,"topics":["framework","gem","micro-framework","microframework","rack","ruby","ruby-framework","ruby-gem"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/yaframework","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/maxbarsukov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-23T08:34:08.000Z","updated_at":"2023-12-25T19:51:06.000Z","dependencies_parsed_at":"2022-08-20T17:40:45.890Z","dependency_job_id":null,"html_url":"https://github.com/maxbarsukov/yaframework","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbarsukov%2Fyaframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbarsukov%2Fyaframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbarsukov%2Fyaframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxbarsukov%2Fyaframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxbarsukov","download_url":"https://codeload.github.com/maxbarsukov/yaframework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240404863,"owners_count":19796077,"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":["framework","gem","micro-framework","microframework","rack","ruby","ruby-framework","ruby-gem"],"created_at":"2024-10-01T19:03:06.704Z","updated_at":"2025-03-02T21:31:01.782Z","avatar_url":"https://github.com/maxbarsukov.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yaframework\n\n[![Gem Version](https://badge.fury.io/rb/yaframework.svg)](https://badge.fury.io/rb/yaframework)\n[![Build Status](https://app.travis-ci.com/maxbarsukov/yaframework.svg?token=T4CL2EqKG6FY816F3W3F\u0026branch=master)](https://app.travis-ci.com/maxbarsukov/yaframework)\n\nYaframework is a [DSL](https://en.wikipedia.org/wiki/Domain-specific_language) for\nquickly creating web applications in Ruby with minimal effort:\n\n\u003e _Wait, I've seen this somewhere..._\n\n```ruby\n# app.rb\nrequire 'yaframework'\napp = Yaframework::Application\n\napp.get \"/\" do\n  \"Hello world!\"\nend\n\napp.listen(4567)\n```\n\nInstall the gem:\n\n```shell\ngem install yaframework\n```\n\nAnd run with:\n\n```shell\nruby app.rb\n```\n\nView at [http://localhost:4567](http://localhost:4567)\n\nThe code you changed will not take effect until you restart the server.\nPlease restart the server every time you change.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'yaframework'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install yaframework\n\n## Usage\n\nYou can see usage examples in the [**examples**](https://github.com/maxbarsukov/yaframework/tree/master/examples) folder\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/maxbarsukov/yaframework. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/maxbarsukov/yaframework/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Yaframework project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/maxbarsukov/yaframework/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbarsukov%2Fyaframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxbarsukov%2Fyaframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbarsukov%2Fyaframework/lists"}