{"id":21768979,"url":"https://github.com/lizarb/lizarb","last_synced_at":"2025-04-12T16:36:13.404Z","repository":{"id":52445158,"uuid":"518281089","full_name":"lizarb/lizarb","owner":"lizarb","description":"Liza is a light, experimental framework primarily developed to help study the Ruby language and the Ruby ecosystem.","archived":false,"fork":false,"pushed_at":"2025-04-01T13:51:18.000Z","size":1313,"stargazers_count":101,"open_issues_count":0,"forks_count":17,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-09T03:51:26.637Z","etag":null,"topics":["application","backend","framework","ruby","testing"],"latest_commit_sha":null,"homepage":"https://lizarb.org/","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/lizarb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-27T02:23:39.000Z","updated_at":"2025-04-01T13:51:23.000Z","dependencies_parsed_at":"2023-07-16T05:36:17.855Z","dependency_job_id":"dc95a9ca-82ce-46d8-b98e-469f4eeda7dc","html_url":"https://github.com/lizarb/lizarb","commit_stats":null,"previous_names":["lizarb/lizarb","rubyonrails-brasil/lizarb"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizarb%2Flizarb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizarb%2Flizarb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizarb%2Flizarb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizarb%2Flizarb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lizarb","download_url":"https://codeload.github.com/lizarb/lizarb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248597354,"owners_count":21130860,"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":["application","backend","framework","ruby","testing"],"created_at":"2024-11-26T14:07:15.002Z","updated_at":"2025-04-12T16:36:13.375Z","avatar_url":"https://github.com/lizarb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Liza\n\nLiza is a light, experimental framework primarily developed to help study the Ruby language and the Ruby ecosystem.\n\nIt is a \u003c 3000 LOC Core, which provides an abstract architecture for organizing Ruby code using systems.\n\nIt defines 3 top level constants [Lizarb, App, Liza] and works with any gem or app that doesn't need these constants.\n\n## Author note\n\nI am happy with the project and I am starting to focus on documentation.\n\nI will be updating the website https://lizarb.org/ to include more vivid examples and tutorials.\n\n## Installing\n\nInstall the gem by executing:\n\n    gem install lizarb\n\nYou will get the following shims:\n\n    lizarb --version\n    liza --version\n    liza -v\n\n## REPL\n\nTry Liza with IRB or Pry:\n\n    liza irb\n    liza pry\n\n## Create a liza app\n\nSo you can run your experiments:\n\n    liza new\n    liza new project_1\n\nThen enter your generated liza app:\n\n    cd project_1\n    liza help\n\nNow you're ready to go and try some stuff!\n\n---\n\n## Running Tests\n\nOK, one more thing!\n\n\u003e All controllers you generate come paired with a test file.\n\nYou can run the tests with:\n\n    liza test\n    liza test +ask\n    liza test -run\n\n## DevSystem\n\nGenerate a command\n\n    liza generate\n    liza generate command\n    liza generate command my\n    liza my\n    liza my 1 2 3\n\nGenerate a system\n\n    liza generate\n    liza generate system my_deploy\n    liza generate system my_agents\n\nGenerate a command in a system\n\n    liza generate\n    liza generate command\n    liza generate command other\n    liza generate command other place=my_deploy\n    liza other\n\nGemify a system\n\n    # TODO\n\nInvestigate the framework\n\n    liza xxxxx\n    liza generate xxxxx\n    liza shell\n    liza shell:loc\n    liza shell:paths\n    liza shell:eval \"puts 'Hello, World'\"\n    liza shell:eval \"log 'Hello, World'\" \n\n---\n\n## Check out our beta features\n\nTo clone this repository, run this bash script:\n\n    gh repo clone lizarb/lizarb\n\nTo install dependencies, run this:\n\n    bundle\n\nFor development experiments, use the local executable script\n\n    exe/lizarb test\n\nTo build and install lizarb in your local machine\n\n    bundle exec rake install\n\n\u003c!--\nFor systems in development, see [README_SYSTEMS.md](https://github.com/lizarb/lizarb/blob/master/README_SYSTEMS.md).\n\n## Release\n\nTo 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--\u003e\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/lizarb/lizarb. 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/lizarb/lizarb/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 Lizarb project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/lizarb/lizarb/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizarb%2Flizarb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizarb%2Flizarb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizarb%2Flizarb/lists"}