{"id":13772059,"url":"https://github.com/jecisc/DeploymentUtility","last_synced_at":"2025-05-11T04:31:06.792Z","repository":{"id":93121212,"uuid":"247982277","full_name":"jecisc/DeploymentUtility","owner":"jecisc","description":"I am a project providing a facade to help deploy pharo projects","archived":false,"fork":false,"pushed_at":"2022-06-01T09:29:48.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T14:42:12.851Z","etag":null,"topics":["deployment","pharo","smalltalk"],"latest_commit_sha":null,"homepage":"https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/DeployYourPharoApplication.md","language":"Smalltalk","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/jecisc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2020-03-17T13:51:55.000Z","updated_at":"2023-06-22T18:42:17.000Z","dependencies_parsed_at":"2023-06-05T00:15:10.057Z","dependency_job_id":null,"html_url":"https://github.com/jecisc/DeploymentUtility","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FDeploymentUtility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FDeploymentUtility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FDeploymentUtility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecisc%2FDeploymentUtility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jecisc","download_url":"https://codeload.github.com/jecisc/DeploymentUtility/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253518941,"owners_count":21921074,"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":["deployment","pharo","smalltalk"],"created_at":"2024-08-03T17:00:59.419Z","updated_at":"2025-05-11T04:31:06.002Z","avatar_url":"https://github.com/jecisc.png","language":"Smalltalk","readme":"# Deployment Utility\n\nI am a project providing a facade to help deploy pharo projects\n\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Version management](#version-management)\n- [Smalltalk versions compatibility](#smalltalk-versions-compatibility)\n- [Contact](#contact)\n\n## Installation\n\nTo install the project in your Pharo image execute:\n\n```Smalltalk\n    Metacello new\n    \tgithubUser: 'jecisc' project: 'DeploymentUtility' commitish: 'v1.x.x' path: 'src';\n    \tbaseline: 'DeploymentUtility';\n    \tload\n```\n\nTo add it to your baseline:\n\n```Smalltalk\n    spec\n    \tbaseline: 'DeploymentUtility'\n    \twith: [ spec repository: 'github://jecisc/DeploymentUtility:v1.x.x/src' ]\n```\n\nNote that you can replace the #v1.x.x by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.1.?.\n\n\n## Documentation\n\nThis project aim to implement all the deployment utilities explained in the [Pharo Wiki](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/DeployYourPharoApplication.md).\n\nCheck the class side of DUFacade for more information.\n\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\n## Smalltalk versions compatibility\n\n| Version \t| Compatible Pharo versions \t\t|\n|-------------\t|---------------------------\t|\n| 1.x.x       \t| Pharo 70, 80, 90, 10\t\t\t\t|\n\n## Contact\n\nIf you have any questions or problems do not hesitate to open an issue or contact cyril (a) ferlicot.me \n","funding_links":[],"categories":["Projects management"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2FDeploymentUtility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjecisc%2FDeploymentUtility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecisc%2FDeploymentUtility/lists"}