{"id":14063798,"url":"https://github.com/StartAutomating/Pipeworks","last_synced_at":"2025-07-29T16:32:01.930Z","repository":{"id":20289684,"uuid":"23563158","full_name":"StartAutomating/Pipeworks","owner":"StartAutomating","description":"PowerShell Pipeworks is a web platform built in Windows PowerShell, and a toolkit for putting it all together with PowerShell","archived":false,"fork":false,"pushed_at":"2023-04-02T23:53:58.000Z","size":1225,"stargazers_count":70,"open_issues_count":29,"forks_count":14,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-11-24T07:32:24.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mattmakai/fullstackpython.com","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StartAutomating.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-09-02T03:05:34.000Z","updated_at":"2024-06-21T00:06:39.000Z","dependencies_parsed_at":"2024-02-07T17:00:03.363Z","dependency_job_id":"c963319d-fa49-4b6c-9259-875f9d8b01ac","html_url":"https://github.com/StartAutomating/Pipeworks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPipeworks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPipeworks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPipeworks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPipeworks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/Pipeworks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228028621,"owners_count":17858419,"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":[],"created_at":"2024-08-13T07:03:30.822Z","updated_at":"2024-12-04T01:31:30.663Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","readme":"\r\n\r\n[Official Website](http://PowerShellPipeworks.com)\r\n\r\n\r\n    \r\n    \r\nPowerShell Pipeworks is a framework for writing Sites and Software Services in Windows PowerShell modules.  \r\n\r\n\r\nPipeworks provides powerful tools to write websites in PowerShell.  \r\n\r\n\r\nIt helps you pipe together tons of tech to write smarter software as a service.\r\n\r\n\r\n\r\nThe easiest way to explore pipeworks to to visit the web site [http://powershellpipeworks.com/](http://powershellpipeworks.com), or to build yourself a local copy.\r\n\r\n\r\nTo do this, make sure you:\r\n\r\n1. Download and Install PowerShell Pipeworks\r\n2. Enable IIS and ASP.NET\r\n3. Install the [IIS URL Rewrite](http://www.iis.net/downloads/microsoft/url-rewrite) extension\r\n4. Change your local PowerShell execution policy to Bypass (Set-ExecutionPolicy Bypass -Force)\r\n\r\n\r\nOnce you've done this, just open up PowerShell and run these three lines to create your local Pipeworks site and run it. \r\n\r\n\r\n    Import-Module Pipeworks\r\n    ConvertTo-ModuleService Pipeworks -AllowDownload -Force\r\n    Start-Process http://localhost/pipeworks\r\n\r\n\r\n\r\n#### Getting Started\r\n                \r\n                \r\n* [About PowerShell Pipeworks](http://PowerShellPipeworks.com/About PowerShell Pipeworks/)\r\n* [Pipeworks Quickstart](http://PowerShellPipeworks.com/Pipeworks Quickstart/)\r\n* [The Pipeworks Manifest](http://PowerShellPipeworks.com/The Pipeworks Manifest/)\r\n* [From Script To Software Service](http://PowerShellPipeworks.com/From Script To Software Service/)\r\n* [What Pipeworks Does](http://PowerShellPipeworks.com/What Pipeworks Does/)\r\n* [Scripting Securely with SecureSettings](http://PowerShellPipeworks.com/Scripting Securely with SecureSettings/)\r\n* [NOHtml Sites](http://PowerShellPipeworks.com/NOHtml Sites/)                \r\n                \r\n#### Play with Pipeworks\r\n                \r\n                \r\n* [Write-ASPDotNetScriptPage](http://PowerShellPipeworks.com/Write-ASPDotNetScriptPage/)\r\n* [ConvertFrom-Markdown](http://PowerShellPipeworks.com/ConvertFrom-Markdown/)\r\n* [Making Editing Easier With Markdown](http://PowerShellPipeworks.com/Making%20Editing%20Easier%20With%20Markdown/)\r\n* [Write-ScriptHTML](http://PowerShellPipeworks.com/Write-ScriptHTML/)\r\n* [Making Tables with Out-HTML](http://PowerShellPipeworks.com/Making%20Tables%20with%20Out-HTML/)\r\n* [Working with Write-Link](http://PowerShellPipeworks.com/Working%20with%20Write-Link/)                \r\n                \r\n#### Connecting the Clouds\r\n                \r\n                \r\n* [Get-Paid with Stripe](http://PowerShellPipeworks.com/Get-Paid%20with%20Stripe/)\r\n* [Getting GitIt](http://PowerShellPipeworks.com/Getting%20GitIt/)\r\n* [Get-Web Content From Anywhere](http://PowerShellPipeworks.com/Get-Web%20Content%20From%20Anywhere/)\r\n* [Pick up the Phone with Pipeworks](http://PowerShellPipeworks.com/Pick%20up%20the%20Phone%20with%20Pipeworks/)\r\n* [Implicit Texting with Twilio](http://PowerShellPipeworks.com/Implicit%20Texting%20with%20Twilio/)\r\n* [The Wonders of Wolfram Alpha](http://PowerShellPipeworks.com/The%20Wonders%20of%20Wolfram%20Alpha/)\r\n* [Using Azure Table Storage in Pipeworks](http://PowerShellPipeworks.com/Using%20Azure%20Table%20Storage%20in%20Pipeworks/)\r\n* [Simplified SQL](http://PowerShellPipeworks.com/Simplified%20SQL/)\r\n* [Building with Blob Storage](http://PowerShellPipeworks.com/Building%20with%20Blob%20Storage/)\r\n* [Publishing Pipeworks to Azure](http://PowerShellPipeworks.com/Publishing%20Pipeworks%20to%20Azure/)\r\n* [Looking Up Locations With Resolve-Location](http://PowerShellPipeworks.com/Looking%20Up%20Locations%20With%20Resolve-Location/)                \r\n                \r\n#### Join Windows and Web\r\n                \r\n                \r\n* [Why Windows](http://PowerShellPipeworks.com/Why%20Windows/)\r\n* [Scripting with Superglue](http://PowerShellPipeworks.com/Scripting%20with%20Superglue/)\r\n* [Integrated Intranet](http://PowerShellPipeworks.com/Integrated%20Intranet/)\r\n* [Simpler SEO](http://PowerShellPipeworks.com/Simpler%20SEO/)                \r\n                \r\n","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartAutomating%2FPipeworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStartAutomating%2FPipeworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartAutomating%2FPipeworks/lists"}