{"id":15168608,"url":"https://github.com/melezhik/perl6-powershell-testing","last_synced_at":"2026-02-14T17:31:29.037Z","repository":{"id":150532332,"uuid":"199106690","full_name":"melezhik/perl6-powershell-testing","owner":"melezhik","description":"Powershell testing with Sparrow6","archived":false,"fork":false,"pushed_at":"2019-07-27T02:56:52.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-09T06:36:24.997Z","etag":null,"topics":["perl6","powershell","sparrow6","testing"],"latest_commit_sha":null,"homepage":null,"language":"Perl 6","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/melezhik.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-27T02:45:56.000Z","updated_at":"2020-03-28T23:16:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb08b912-ef89-46f0-b2ce-c93abe7ba69f","html_url":"https://github.com/melezhik/perl6-powershell-testing","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"cda0274d43bd2cce7987473263ea2d34c971feef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melezhik/perl6-powershell-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fperl6-powershell-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fperl6-powershell-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fperl6-powershell-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fperl6-powershell-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melezhik","download_url":"https://codeload.github.com/melezhik/perl6-powershell-testing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fperl6-powershell-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29450878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["perl6","powershell","sparrow6","testing"],"created_at":"2024-09-27T06:23:44.734Z","updated_at":"2026-02-14T17:31:29.022Z","avatar_url":"https://github.com/melezhik.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sparrow6 Powershell Testing\n\nExample of testing Powershell modules using Sparrow6\n\n# Usage\n\n## Write Powershell module\n\n`modules/hello/hello.ps1`\n\n    function Hello {\n    \n      param(\n        [Parameter(Mandatory=$true)]\n        [String]$name\n      )\n    \n      Write-Host Hello $name\n    }\n\n## Write Sparrow6 wrapper\n\n    mkdir -p .tom/tasks/hello\n\n`.tom/tasks/hello/task.ps1`:\n\n    Import-Module hello\n    $name = config 'name'\n    Hello -name $name\n\n`.tom/tasks/hello/task.check`:\n\n    generator: print \"Hello \".( config()-\u003e{name} )\n\n## Write Tomtit task\n\n`tom --edit test-hello`\n\n    task-run \".tom/tasks/test-hello\", %( name =\u003e \"Sparrow6\" )\n\n## Run test\n\n`PSModulePath=$PWD/modules tom test-hello`\n\n    02:47:26 07/27/2019 [repository] index updated from file:///home/melezhik/repo/api/v1/index\n    02:47:26 07/27/2019 [.tom/tasks/test-hello] Hello Sparrow6\n    [task check] stdout match \u003cHello Sparrow6\u003e True\n\n\n# Author\n\nAlexey Melezhik\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fperl6-powershell-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelezhik%2Fperl6-powershell-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fperl6-powershell-testing/lists"}