{"id":20313589,"url":"https://github.com/moosetechnology/moose-easy","last_synced_at":"2026-04-11T16:44:53.041Z","repository":{"id":93038381,"uuid":"197774125","full_name":"moosetechnology/Moose-Easy","owner":"moosetechnology","description":"Tools to facilitate access to Moose, e.g., generating MSE files from source code","archived":false,"fork":false,"pushed_at":"2024-01-08T13:36:30.000Z","size":9877,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"v3","last_synced_at":"2025-06-06T16:05:26.232Z","etag":null,"topics":["moose","pharo","smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Java","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/moosetechnology.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":"2019-07-19T13:05:05.000Z","updated_at":"2023-06-20T16:37:09.000Z","dependencies_parsed_at":"2024-01-08T15:08:11.882Z","dependency_job_id":"de6998d8-9029-45d7-b9ff-29abf0ef458e","html_url":"https://github.com/moosetechnology/Moose-Easy","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/moosetechnology/Moose-Easy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMoose-Easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMoose-Easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMoose-Easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMoose-Easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moosetechnology","download_url":"https://codeload.github.com/moosetechnology/Moose-Easy/tar.gz/refs/heads/v3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMoose-Easy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31687881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["moose","pharo","smalltalk"],"created_at":"2024-11-14T18:11:55.658Z","updated_at":"2026-04-11T16:44:53.018Z","avatar_url":"https://github.com/moosetechnology.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moose-Easy\n\nMaster: [![Build Pass](https://travis-ci.org/moosetechnology/Moose-Easy.svg?branch=master)](https://travis-ci.org/moosetechnology/Moose-Easy)\n\nTools to facilitate access to Moose, e.g., generating MSE files from source code.\n\nIf Moose-Easy is not loaded in your image, you can do so with:\n```Smalltalk\nMetacello new\n  baseline: 'MooseEasy';\n  repository: 'github://moosetechnology/Moose-Easy';\n  load.\n```\n\n# Famix Maker\n\nCreate MSE files easily, provided you have installed [VerveineJ](https://github.com/moosetechnology/VerveineJ).\n\n```Smalltalk\nwizard := MooseEasyFamixMaker new\n    verveineJScriptPath: 'path/to/verveinej.sh' asFileReference;\n    javaSourcePath: 'path/to/java/project/src' asFileReference;\n    mseDestinationPath: 'path/to/mseFile.mse' asFileReference.\nwizard generateMSE.\n```\n\n## Handy user interface (Spec 2, Moose 8 only)\n\n```Smalltalk\nMooseEasyFamixMakerPresenter open\n```\n\n![image](https://user-images.githubusercontent.com/7606540/61800552-8767d100-ae2d-11e9-8450-b5080326995e.png)\n\n## Version management\n\nThis project use semantic versioning to define the releases. This means that each stable release of the project will be assigned a version number of the form `vX.Y.Z`.\n\n- **X** defines the major version number\n- **Y** defines the minor version number\n- **Z** defines the patch version number\n\nWhen a release contains only bug fixes, the patch number increases. When the release contains new features that are backward compatible, the minor version increases. When the release contains breaking changes, the major version increases.\n\nThus, it should be safe to depend on a fixed major version and moving minor version of this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Fmoose-easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoosetechnology%2Fmoose-easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Fmoose-easy/lists"}