{"id":16655792,"url":"https://github.com/fazibear/rubyscript","last_synced_at":"2025-06-28T11:04:20.086Z","repository":{"id":136421101,"uuid":"46219706","full_name":"fazibear/rubyscript","owner":"fazibear","description":"attempt to convert ruby syntax to JS syntax","archived":false,"fork":false,"pushed_at":"2015-11-15T18:46:25.000Z","size":0,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T18:45:32.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/fazibear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-15T13:58:34.000Z","updated_at":"2016-04-07T21:53:25.000Z","dependencies_parsed_at":"2023-03-13T18:11:12.574Z","dependency_job_id":null,"html_url":"https://github.com/fazibear/rubyscript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fazibear/rubyscript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazibear%2Frubyscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazibear%2Frubyscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazibear%2Frubyscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazibear%2Frubyscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fazibear","download_url":"https://codeload.github.com/fazibear/rubyscript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazibear%2Frubyscript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419747,"owners_count":23308098,"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":[],"created_at":"2024-10-12T09:54:20.503Z","updated_at":"2025-06-28T11:04:20.055Z","avatar_url":"https://github.com/fazibear.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ruby_script\n\nAttempt to convert ruby syntax to JS syntax\n\n## usage\n\n```\n$ bundle install\n$ ruby lib/ruby_script.rb examples/test.rb\n```\n\n## input\n\n```ruby\ndef costam(a,b,c)\n  5\nend\n\nTest.new.x(e)\n\nconsol.log(costam(4))\n```\n\n## output\n```js\nvar costam = function(a, b, c){\n  return 5;\n}\n\nTest.new().x(e())\nconsol().log(costam(4))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazibear%2Frubyscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffazibear%2Frubyscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazibear%2Frubyscript/lists"}