{"id":31848875,"url":"https://github.com/matttuttle/helm","last_synced_at":"2026-02-17T16:34:34.735Z","repository":{"id":30773835,"uuid":"34330606","full_name":"MattTuttle/Helm","owner":"MattTuttle","description":"Haxe Extended Library Manager","archived":false,"fork":false,"pushed_at":"2020-03-05T23:44:24.000Z","size":361,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T10:54:30.488Z","etag":null,"topics":["haxe","package-manager"],"latest_commit_sha":null,"homepage":null,"language":"Haxe","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/MattTuttle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-21T14:04:34.000Z","updated_at":"2020-05-18T14:20:47.000Z","dependencies_parsed_at":"2022-08-26T17:00:30.206Z","dependency_job_id":null,"html_url":"https://github.com/MattTuttle/Helm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MattTuttle/Helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattTuttle%2FHelm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattTuttle%2FHelm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattTuttle%2FHelm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattTuttle%2FHelm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattTuttle","download_url":"https://codeload.github.com/MattTuttle/Helm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattTuttle%2FHelm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29549796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"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":["haxe","package-manager"],"created_at":"2025-10-12T10:52:34.415Z","updated_at":"2026-02-17T16:34:29.726Z","avatar_url":"https://github.com/MattTuttle.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm\n\n\u003cu\u003eH\u003c/u\u003eaxe \u003cu\u003eE\u003c/u\u003enhanced \u003cu\u003eL\u003c/u\u003eibrary \u003cu\u003eM\u003c/u\u003eanager provides recreatable builds, caching, and other benefits on top of haxelib. HELM works *with* haxelib instead of as a replacement. It enhances a Haxe project by providing the following benefits.\n\n* Locally stored packages\n* Zip and publish packages from the project folder\n* Options for installing packages and dependencies (haxelib, git, local paths)\n* Single version of a package installed\n* Packages are cached for quick installs\n* Initialize a project and pull in dependencies\n\n### Installing Libraries\n\nLibraries can be installed locally, the default, or globally. Doing so will download the library and unzip it into the appropriate `libs/` folder.\n\n```bash\nhelm add openfl\n# install from git (alternate shortcut)\nhelm add https://bitbucket.org/Lythom/haxepunk-gui.git\nhelm add HaxeFoundation/hxcpp # shortcut for github\n# install from a folder\nhelm add c:\\\\Haxe\\\\mylib\n# install a specific version\nhelm add format:3.1.2\n```\n\n### Show Installed Libraries\n\nTo get a full listing of the installed libraries use the following command.\n\n```bash\n# shows libraries installed locally\nhelm list\n```\n\n### Running commands\n\nHelm can run commands just like haxelib does.\n\n```bash\nhelm run openfl build html5\n# or\nhelm openfl build html5\n```\n\n### Building with hxml\n\nHelm can also build hxml files.\n\n```bash\nhelm build compile.hxml\n# or to build all hxml files in your project\nhelm build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatttuttle%2Fhelm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatttuttle%2Fhelm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatttuttle%2Fhelm/lists"}