{"id":15419791,"url":"https://github.com/johnvidler/pxt-ext-deploy","last_synced_at":"2026-04-28T22:33:38.648Z","repository":{"id":248095337,"uuid":"827744054","full_name":"JohnVidler/pxt-ext-deploy","owner":"JohnVidler","description":"A tiny python file to automate deploying a Makecode extension correctly when editing from VSCode or other external editors","archived":false,"fork":false,"pushed_at":"2024-07-13T11:24:52.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-01T19:24:16.629Z","etag":null,"topics":["automation","git","makecode","pxt","pxt-microbit","vscode"],"latest_commit_sha":null,"homepage":"https://johnvidler.co.uk/","language":"Python","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/JohnVidler.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":"2024-07-12T09:28:00.000Z","updated_at":"2024-07-13T11:24:55.000Z","dependencies_parsed_at":"2024-10-20T01:43:19.700Z","dependency_job_id":null,"html_url":"https://github.com/JohnVidler/pxt-ext-deploy","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"b26a26f31b89b86f10730f1800f576f4529a07a0"},"previous_names":["johnvidler/pxt-ext-deploy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohnVidler/pxt-ext-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnVidler%2Fpxt-ext-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnVidler%2Fpxt-ext-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnVidler%2Fpxt-ext-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnVidler%2Fpxt-ext-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnVidler","download_url":"https://codeload.github.com/JohnVidler/pxt-ext-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnVidler%2Fpxt-ext-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["automation","git","makecode","pxt","pxt-microbit","vscode"],"created_at":"2024-10-01T17:26:37.665Z","updated_at":"2026-04-28T22:33:38.628Z","avatar_url":"https://github.com/JohnVidler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pxt-ext-deploy\n\nA simple(ish) python3 script to automate some basic checks, and to increment your version numbers correctly when deploying Makecode extensions from vscode (or other external editors).\n\n## Usage\n\nCopy `deploy.py` into the root of your extension (the same directory as `pxt.json`) then run with `python3 deploy.py` (or `./deploy.py` if you mark it as executable).\n\nBy default this will attempt to update `pxt.json` and your git tags to match the next valid patch version (`0.0.x`), and commit it into your repository.\n\n## Arguments\n\n- `--major` - Increment the major version number (Resets the minor and patch versions)\n- `--minor` - Increment the minor version number (Resets the patch version)\n- `--patch` - Increment the patch version number. This is the default operation, so can be omitted but is included for completeness.\n- `-m` or `--message` - Set a custom commit message for the changes in git.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvidler%2Fpxt-ext-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvidler%2Fpxt-ext-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvidler%2Fpxt-ext-deploy/lists"}