{"id":24990547,"url":"https://github.com/tomasbouda/powerclam","last_synced_at":"2025-04-12T01:52:16.300Z","repository":{"id":92304420,"uuid":"109587628","full_name":"TomasBouda/PowerClam","owner":"TomasBouda","description":"Small library for executing powershell scripts.","archived":false,"fork":false,"pushed_at":"2019-05-23T07:12:23.000Z","size":37,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T01:52:12.106Z","etag":null,"topics":["execution","library","powershell","runner","script"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomasBouda.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":"2017-11-05T14:42:13.000Z","updated_at":"2022-09-17T18:03:40.000Z","dependencies_parsed_at":"2023-05-30T19:30:55.128Z","dependency_job_id":null,"html_url":"https://github.com/TomasBouda/PowerClam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2FPowerClam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2FPowerClam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2FPowerClam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2FPowerClam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomasBouda","download_url":"https://codeload.github.com/TomasBouda/PowerClam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505873,"owners_count":21115354,"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":["execution","library","powershell","runner","script"],"created_at":"2025-02-04T13:37:20.332Z","updated_at":"2025-04-12T01:52:16.293Z","avatar_url":"https://github.com/TomasBouda.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerClam [![NuGet](https://img.shields.io/nuget/v/TomLabs.PowerClam.svg)](https://www.nuget.org/packages/TomLabs.PowerClam/) [![Travis](https://travis-ci.org/TomasBouda/PowerClam.svg?branch=master)](https://travis-ci.org/TomasBouda/PowerClam)\nSmall library for executing powershell scripts.\n\n## Install via NuGet\n\n```\nInstall-Package TomLabs.PowerClam\n```\n\n## Usage\n\n```cs\nstring output = ScriptRunner.RunScriptFile(new PSScipt(@\"C:\\PathToScript\\Testscript.ps1\"));\n```\n\n```cs\nvar script = new PSScipt(@\"C:\\PathToScript\\Testscript.ps1\");\nscript.Parameters[0].Value = \"test\";\nstring output = ScriptRunner.RunScriptFile(script);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasbouda%2Fpowerclam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasbouda%2Fpowerclam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasbouda%2Fpowerclam/lists"}