{"id":13598739,"url":"https://github.com/StartAutomating/PSSVG","last_synced_at":"2025-04-10T09:32:07.650Z","repository":{"id":59947743,"uuid":"534067344","full_name":"StartAutomating/PSSVG","owner":"StartAutomating","description":"Script SVGs with PowerShell","archived":false,"fork":false,"pushed_at":"2024-08-24T03:22:34.000Z","size":50404,"stargazers_count":34,"open_issues_count":120,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T08:46:10.641Z","etag":null,"topics":["github-actions","graphics","graphics-programming","powershell","svg","svg-animations","svg-icons","svg-images"],"latest_commit_sha":null,"homepage":"https://pssvg.start-automating.com/","language":"PowerShell","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/StartAutomating.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["StartAutomating"]}},"created_at":"2022-09-08T05:44:23.000Z","updated_at":"2025-03-20T09:37:44.000Z","dependencies_parsed_at":"2024-01-14T04:43:55.130Z","dependency_job_id":"b1578625-a268-45cb-b9ca-5fbfd6764165","html_url":"https://github.com/StartAutomating/PSSVG","commit_stats":{"total_commits":5708,"total_committers":3,"mean_commits":"1902.6666666666667","dds":0.03521373510861947,"last_synced_commit":"15be85a86ab9fd7677df97a6ffe02152d448341e"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPSSVG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPSSVG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPSSVG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPSSVG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/PSSVG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248191775,"owners_count":21062570,"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":["github-actions","graphics","graphics-programming","powershell","svg","svg-animations","svg-icons","svg-images"],"created_at":"2024-08-01T17:00:55.601Z","updated_at":"2025-04-10T09:32:02.637Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","readme":"\u003cdiv align='center'\u003e\n\u003cimg src='Assets/PSSVG.svg' /\u003e\n\u003c/div\u003e\n\nPowerShell tools for SVG.\n\nPSSVG helps you create Scalable Vector Graphics using PowerShell.\n\nThere is a command for every tag of the SVG standard (and then some).\n\nFor example, this script generates the image below it.\n\n~~~PowerShell\nsvg (\n    svg.text -X 50% -Y 50% -Fontsize 36 \"Hello World\" -DominantBaseline middle -TextAnchor middle -Fill '#4488ff'\n) -ViewBox 0,0, 200, 100\n~~~\n\n\u003cdiv align='center'\u003e\n\u003cimg src='Examples/HelloWorld.svg' /\u003e\n\u003c/div\u003e\n\nPSSVG has _a lot cooler_ [Examples](https://github.com/StartAutomating/PSSVG/tree/main/Examples) than hello world:\n\n\n|Example Name                                                                                                          |Image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n|----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n|[Animate](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Animate.PSSVG.ps1)                              |[Animate.svg](Examples/Animate.svg)\u003cbr/\u003e![Animate](Examples/Animate.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[AnimateColor](https://github.com/StartAutomating/PSSVG/tree/main/Examples/AnimateColor.PSSVG.ps1)                    |[AnimateColor.svg](Examples/AnimateColor.svg)\u003cbr/\u003e![AnimateColor](Examples/AnimateColor.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[AnimatedShapes](https://github.com/StartAutomating/PSSVG/tree/main/Examples/AnimatedShapes.PSSVG.ps1)                |[AnimatedShapes.svg](Examples/AnimatedShapes.svg)\u003cbr/\u003e![AnimatedShapes](Examples/AnimatedShapes.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[AnimateMotion](https://github.com/StartAutomating/PSSVG/tree/main/Examples/AnimateMotion.PSSVG.ps1)                  |[AnimateMotion.svg](Examples/AnimateMotion.svg)\u003cbr/\u003e![AnimateMotion](Examples/AnimateMotion.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[Blur](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Blur.PSSVG.ps1)                                    |[Blur.svg](Examples/Blur.svg)\u003cbr/\u003e![Blur](Examples/Blur.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[BPMAnimate](https://github.com/StartAutomating/PSSVG/tree/main/Examples/BPMAnimate.PSSVG.ps1)                        |[BPMAnimate.svg](Examples/BPMAnimate.svg)\u003cbr/\u003e![BPMAnimate](Examples/BPMAnimate.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[BPMMorph](https://github.com/StartAutomating/PSSVG/tree/main/Examples/BPMMorph.PSSVG.ps1)                            |[BPMMorph.svg](Examples/BPMMorph.svg)\u003cbr/\u003e![BPMMorph](Examples/BPMMorph.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[BPMTriangleMorph](https://github.com/StartAutomating/PSSVG/tree/main/Examples/BPMTriangleMorph.PSSVG.ps1)            |[BPMTriangleMorph.svg](Examples/BPMTriangleMorph.svg)\u003cbr/\u003e![BPMTriangleMorph](Examples/BPMTriangleMorph.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[Circles](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Circles.PSSVG.ps1)                              |[Circles.svg](Examples/Circles.svg)\u003cbr/\u003e![Circles](Examples/Circles.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[CloudAnimation](https://github.com/StartAutomating/PSSVG/tree/main/Examples/CloudAnimation.PSSVG.ps1)                |[CloudAnimation.svg](Examples/CloudAnimation.svg)\u003cbr/\u003e![CloudAnimation](Examples/CloudAnimation.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[Clouds](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Clouds.PSSVG.ps1)                                |[Clouds.svg](Examples/Clouds.svg)\u003cbr/\u003e![Clouds](Examples/Clouds.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[DropShadow](https://github.com/StartAutomating/PSSVG/tree/main/Examples/DropShadow.PSSVG.ps1)                        |[DropShadow.svg](Examples/DropShadow.svg)\u003cbr/\u003e![DropShadow](Examples/DropShadow.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[Embossed](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Embossed.PSSVG.ps1)                            |[Embossed.svg](Examples/Embossed.svg)\u003cbr/\u003e![Embossed](Examples/Embossed.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[FadeIn](https://github.com/StartAutomating/PSSVG/tree/main/Examples/FadeIn.PSSVG.ps1)                                |[FadeIn.svg](Examples/FadeIn.svg)\u003cbr/\u003e![FadeIn](Examples/FadeIn.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[HelloWorld](https://github.com/StartAutomating/PSSVG/tree/main/Examples/HelloWorld.PSSVG.ps1)                        |[HelloWorld.svg](Examples/HelloWorld.svg)\u003cbr/\u003e![HelloWorld](Examples/HelloWorld.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[HexagonPattern](https://github.com/StartAutomating/PSSVG/tree/main/Examples/HexagonPattern.PSSVG.ps1)                |[HexagonPattern.svg](Examples/HexagonPattern.svg)\u003cbr/\u003e![HexagonPattern](Examples/HexagonPattern.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[Index](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Index.PSSVG.ps1)                                  |[Index.svg](Examples/Index.svg)\u003cbr/\u003e![Index](Examples/Index.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[LinearGradient](https://github.com/StartAutomating/PSSVG/tree/main/Examples/LinearGradient.PSSVG.ps1)                |[LinearGradient.svg](Examples/LinearGradient.svg)\u003cbr/\u003e![LinearGradient](Examples/LinearGradient.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[LinearGradientAnimated](https://github.com/StartAutomating/PSSVG/tree/main/Examples/LinearGradientAnimated.PSSVG.ps1)|[LinearGradientAnimated.svg](Examples/LinearGradientAnimated.svg)\u003cbr/\u003e![LinearGradientAnimated](Examples/LinearGradientAnimated.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[ManyAnimatedRectangles](https://github.com/StartAutomating/PSSVG/tree/main/Examples/ManyAnimatedRectangles.PSSVG.ps1)|[ManyAnimatedRectangles.svg](Examples/ManyAnimatedRectangles.svg)\u003cbr/\u003e![ManyAnimatedRectangles](Examples/ManyAnimatedRectangles.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[ManyRectangles](https://github.com/StartAutomating/PSSVG/tree/main/Examples/ManyRectangles.PSSVG.ps1)                |[ManyRectangles.svg](Examples/ManyRectangles.svg)\u003cbr/\u003e![ManyRectangles](Examples/ManyRectangles.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[Morphing](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Morphing.PSSVG.ps1)                            |[Morphing.svg](Examples/Morphing.svg)\u003cbr/\u003e![Morphing](Examples/Morphing.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[MovingGradient](https://github.com/StartAutomating/PSSVG/tree/main/Examples/MovingGradient.PSSVG.ps1)                |[MovingGradient.svg](Examples/MovingGradient.svg)\u003cbr/\u003e![MovingGradient](Examples/MovingGradient.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[MovingShadows](https://github.com/StartAutomating/PSSVG/tree/main/Examples/MovingShadows.PSSVG.ps1)                  |\n|[Pattern](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Pattern.PSSVG.ps1)                              |[Pattern.svg](Examples/Pattern.svg)\u003cbr/\u003e![Pattern](Examples/Pattern.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[PatternAnimation](https://github.com/StartAutomating/PSSVG/tree/main/Examples/PatternAnimation.PSSVG.ps1)            |[PatternAnimation.svg](Examples/PatternAnimation.svg)\u003cbr/\u003e![PatternAnimation](Examples/PatternAnimation.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[PatternMask](https://github.com/StartAutomating/PSSVG/tree/main/Examples/PatternMask.PSSVG.ps1)                      |[PatternMask.svg](Examples/PatternMask.svg)\u003cbr/\u003e![PatternMask](Examples/PatternMask.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[PowerShellChevron](https://github.com/StartAutomating/PSSVG/tree/main/Examples/PowerShellChevron.PSSVG.ps1)          |[PowerShellChevron.svg](Examples/PowerShellChevron.svg)\u003cbr/\u003e![PowerShellChevron](Examples/PowerShellChevron.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[RadialGradient](https://github.com/StartAutomating/PSSVG/tree/main/Examples/RadialGradient.PSSVG.ps1)                |[RadialGradient.svg](Examples/RadialGradient.svg)\u003cbr/\u003e![RadialGradient](Examples/RadialGradient.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[RadialGradientAnimated](https://github.com/StartAutomating/PSSVG/tree/main/Examples/RadialGradientAnimated.PSSVG.ps1)|[RadialGradientAnimated.svg](Examples/RadialGradientAnimated.svg)\u003cbr/\u003e![RadialGradientAnimated](Examples/RadialGradientAnimated.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[RepeatedShapes](https://github.com/StartAutomating/PSSVG/tree/main/Examples/RepeatedShapes.PSSVG.ps1)                |[RepeatedShapes3.svg](Examples/RepeatedShapes3.svg)\u003cbr/\u003e![RepeatedShapes](Examples/RepeatedShapes3.svg)\u003cbr/\u003e[RepeatedShapes4.svg](Examples/RepeatedShapes4.svg)\u003cbr/\u003e![RepeatedShapes](Examples/RepeatedShapes4.svg)\u003cbr/\u003e[RepeatedShapes5.svg](Examples/RepeatedShapes5.svg)\u003cbr/\u003e![RepeatedShapes](Examples/RepeatedShapes5.svg)\u003cbr/\u003e[RepeatedShapes6.svg](Examples/RepeatedShapes6.svg)\u003cbr/\u003e![RepeatedShapes](Examples/RepeatedShapes6.svg)                                                                                                                                                                                                                              |\n|[Shapes](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Shapes.PSSVG.ps1)                                |[Shapes.svg](Examples/Shapes.svg)\u003cbr/\u003e![Shapes](Examples/Shapes.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[SpinningSpiral](https://github.com/StartAutomating/PSSVG/tree/main/Examples/SpinningSpiral.PSSVG.ps1)                |[SpinningSpiral15.svg](Examples/SpinningSpiral15.svg)\u003cbr/\u003e![SpinningSpiral](Examples/SpinningSpiral15.svg)\u003cbr/\u003e[SpinningSpiral636.svg](Examples/SpinningSpiral636.svg)\u003cbr/\u003e![SpinningSpiral](Examples/SpinningSpiral636.svg)\u003cbr/\u003e[SpinningSpiral741.svg](Examples/SpinningSpiral741.svg)\u003cbr/\u003e![SpinningSpiral](Examples/SpinningSpiral741.svg)\u003cbr/\u003e[SpinningSpiral901.svg](Examples/SpinningSpiral901.svg)\u003cbr/\u003e![SpinningSpiral](Examples/SpinningSpiral901.svg)                                                                                                                                                                                                         |\n|[StarRating](https://github.com/StartAutomating/PSSVG/tree/main/Examples/StarRating.PSSVG.ps1)                        |[StarRating.svg](Examples/StarRating.svg)\u003cbr/\u003e![StarRating](Examples/StarRating.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[Stars](https://github.com/StartAutomating/PSSVG/tree/main/Examples/Stars.PSSVG.ps1)                                  |[Stars.svg](Examples/Stars.svg)\u003cbr/\u003e![Stars](Examples/Stars.svg)\u003cbr/\u003e[Stars10.svg](Examples/Stars10.svg)\u003cbr/\u003e![Stars](Examples/Stars10.svg)\u003cbr/\u003e[Stars11.svg](Examples/Stars11.svg)\u003cbr/\u003e![Stars](Examples/Stars11.svg)\u003cbr/\u003e[Stars12.svg](Examples/Stars12.svg)\u003cbr/\u003e![Stars](Examples/Stars12.svg)\u003cbr/\u003e[Stars5.svg](Examples/Stars5.svg)\u003cbr/\u003e![Stars](Examples/Stars5.svg)\u003cbr/\u003e[Stars6.svg](Examples/Stars6.svg)\u003cbr/\u003e![Stars](Examples/Stars6.svg)\u003cbr/\u003e[Stars7.svg](Examples/Stars7.svg)\u003cbr/\u003e![Stars](Examples/Stars7.svg)\u003cbr/\u003e[Stars8.svg](Examples/Stars8.svg)\u003cbr/\u003e![Stars](Examples/Stars8.svg)\u003cbr/\u003e[Stars9.svg](Examples/Stars9.svg)\u003cbr/\u003e![Stars](Examples/Stars9.svg)|\n|[StartAutomating](https://github.com/StartAutomating/PSSVG/tree/main/Examples/StartAutomating.PSSVG.ps1)              |[StartAutomating.svg](Examples/StartAutomating.svg)\u003cbr/\u003e![StartAutomating](Examples/StartAutomating.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[StopUsingGIFs](https://github.com/StartAutomating/PSSVG/tree/main/Examples/StopUsingGIFs.PSSVG.ps1)                  |[StopUsingGIFs.svg](Examples/StopUsingGIFs.svg)\u003cbr/\u003e![StopUsingGIFs](Examples/StopUsingGIFs.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[SweepCircle](https://github.com/StartAutomating/PSSVG/tree/main/Examples/SweepCircle.PSSVG.ps1)                      |[SweepCircle.svg](Examples/SweepCircle.svg)\u003cbr/\u003e![SweepCircle](Examples/SweepCircle.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[US-Flag](https://github.com/StartAutomating/PSSVG/tree/main/Examples/US-Flag.PSSVG.ps1)                              |[US-Flag.svg](Examples/US-Flag.svg)\u003cbr/\u003e![US-Flag](Examples/US-Flag.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[US-FlagAnimated](https://github.com/StartAutomating/PSSVG/tree/main/Examples/US-FlagAnimated.PSSVG.ps1)              |[US-FlagAnimated.svg](Examples/US-FlagAnimated.svg)\u003cbr/\u003e![US-FlagAnimated](Examples/US-FlagAnimated.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[VerticalLinearGradient](https://github.com/StartAutomating/PSSVG/tree/main/Examples/VerticalLinearGradient.PSSVG.ps1)|[VerticalLinearGradient.svg](Examples/VerticalLinearGradient.svg)\u003cbr/\u003e![VerticalLinearGradient](Examples/VerticalLinearGradient.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |\n|[ViewBoxAnimation](https://github.com/StartAutomating/PSSVG/tree/main/Examples/ViewBoxAnimation.PSSVG.ps1)            |[ViewBoxAnimation.svg](Examples/ViewBoxAnimation.svg)\u003cbr/\u003e![ViewBoxAnimation](Examples/ViewBoxAnimation.svg)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n\n\n\nPSSVG is designed to act as a fairly complete domain specific language:  every aspect of the SVG standard should be reflected in the commands of PSSVG.\n\nThe following commands are supported:\n\n\n|Element                                               |Function                                                                                                                 |Aliases                                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n|------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n|[a](docs/SVG.a.md)                                    |[SVG.a](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.a.ps1)                                    |=\u0026lt;svg.a\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                   |\n|[animate](docs/SVG.animate.md)                        |[SVG.animate](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.animate.ps1)                        |=\u0026lt;svg.animate\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[animateMotion](docs/SVG.animateMotion.md)            |[SVG.animateMotion](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.animateMotion.ps1)            |=\u0026lt;svg.animateMotion\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                       |\n|[animateTransform](docs/SVG.animateTransform.md)      |[SVG.animateTransform](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.animateTransform.ps1)      |=\u0026lt;svg.animateTransform\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n|[ANSI](docs/SVG.ANSI.md)                              |[SVG.ANSI](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.ANSI.ps1)                                |=\u0026lt;svg.ANSI\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[ArcPath](docs/SVG.ArcPath.md)                        |[SVG.ArcPath](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.ArcPath.ps1)                          |=\u0026lt;SVG.ArcedPath\u0026gt; =\u0026lt;svg.ArcPath\u0026gt; SVG.ArcedPath                                                                                                                                                                                                                                                                                                                                                                                                        |\n|[circle](docs/SVG.circle.md)                          |[SVG.circle](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.circle.ps1)                          |=\u0026lt;svg.circle\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[clipPath](docs/SVG.clipPath.md)                      |[SVG.clipPath](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.clipPath.ps1)                      |=\u0026lt;svg.clipPath\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|[ConvexPolygon](docs/SVG.ConvexPolygon.md)            |[SVG.ConvexPolygon](https://github.com/StartAutomating/PSSVG/tree/main/CommandsShapesSVG.ConvexPolygon.ps1)              |=\u0026lt;svg.ConvexPolygon\u0026gt; SVG.Decagon SVG.Dodecagon SVG.Enneadecagon SVG.Hendecagon SVG.Heptadecagon SVG.Heptagon SVG.Hexadecagon SVG.Hexagon SVG.Icosagon SVG.Icosikaidigon SVG.Icosikaienneagon SVG.Icosikaihenagon SVG.Icosikaiheptagon SVG.Icosikaihexagon SVG.Icosikaioctagon SVG.Icosikaipentagon SVG.Icositetragon SVG.Icositrigon SVG.Nonagon SVG.Octadecagon SVG.Octagon SVG.Pentadecagon SVG.Pentagon SVG.Tetradecagon SVG.Triacontagon SVG.Tridecagon|\n|[CurvePath](docs/SVG.CurvePath.md)                    |[SVG.CurvePath](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.CurvePath.ps1)                      |=\u0026lt;SVG.CurvedPath\u0026gt; =\u0026lt;svg.CurvePath\u0026gt; SVG.CurvedPath                                                                                                                                                                                                                                                                                                                                                                                                    |\n|[defs](docs/SVG.defs.md)                              |[SVG.defs](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.defs.ps1)                              |=\u0026lt;svg.defs\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[desc](docs/SVG.desc.md)                              |[SVG.desc](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.desc.ps1)                              |=\u0026lt;svg.desc\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[discard](docs/SVG.discard.md)                        |[SVG.discard](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.discard.ps1)                        |=\u0026lt;svg.discard\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[DropShadow](docs/SVG.DropShadow.md)                  |[SVG.DropShadow](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.DropShadow.ps1)                    |=\u0026lt;svg.DropShadow\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n|[ellipse](docs/SVG.ellipse.md)                        |[SVG.ellipse](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.ellipse.ps1)                        |=\u0026lt;svg.ellipse\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feBlend](docs/SVG.feBlend.md)                        |[SVG.feBlend](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feBlend.ps1)                        |=\u0026lt;svg.feBlend\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feColorMatrix](docs/SVG.feColorMatrix.md)            |[SVG.feColorMatrix](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feColorMatrix.ps1)            |=\u0026lt;svg.feColorMatrix\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                       |\n|[feComponentTransfer](docs/SVG.feComponentTransfer.md)|[SVG.feComponentTransfer](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feComponentTransfer.ps1)|=\u0026lt;svg.feComponentTransfer\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[feComposite](docs/SVG.feComposite.md)                |[SVG.feComposite](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feComposite.ps1)                |=\u0026lt;svg.feComposite\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[feConvolveMatrix](docs/SVG.feConvolveMatrix.md)      |[SVG.feConvolveMatrix](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feConvolveMatrix.ps1)      |=\u0026lt;svg.feConvolveMatrix\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                    |\n|[feDiffuseLighting](docs/SVG.feDiffuseLighting.md)    |[SVG.feDiffuseLighting](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feDiffuseLighting.ps1)    |=\u0026lt;svg.feDiffuseLighting\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                   |\n|[feDisplacementMap](docs/SVG.feDisplacementMap.md)    |[SVG.feDisplacementMap](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feDisplacementMap.ps1)    |=\u0026lt;svg.feDisplacementMap\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                   |\n|[feDistantLight](docs/SVG.feDistantLight.md)          |[SVG.feDistantLight](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feDistantLight.ps1)          |=\u0026lt;svg.feDistantLight\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n|[feDropShadow](docs/SVG.feDropShadow.md)              |[SVG.feDropShadow](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feDropShadow.ps1)              |=\u0026lt;svg.feDropShadow\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n|[feFlood](docs/SVG.feFlood.md)                        |[SVG.feFlood](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feFlood.ps1)                        |=\u0026lt;svg.feFlood\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feFuncA](docs/SVG.feFuncA.md)                        |[SVG.feFuncA](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feFuncA.ps1)                        |=\u0026lt;svg.feFuncA\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feFuncB](docs/SVG.feFuncB.md)                        |[SVG.feFuncB](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feFuncB.ps1)                        |=\u0026lt;svg.feFuncB\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feFuncG](docs/SVG.feFuncG.md)                        |[SVG.feFuncG](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feFuncG.ps1)                        |=\u0026lt;svg.feFuncG\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feFuncR](docs/SVG.feFuncR.md)                        |[SVG.feFuncR](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feFuncR.ps1)                        |=\u0026lt;svg.feFuncR\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feGaussianBlur](docs/SVG.feGaussianBlur.md)          |[SVG.feGaussianBlur](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feGaussianBlur.ps1)          |=\u0026lt;svg.feGaussianBlur\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n|[feImage](docs/SVG.feImage.md)                        |[SVG.feImage](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feImage.ps1)                        |=\u0026lt;svg.feImage\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feMerge](docs/SVG.feMerge.md)                        |[SVG.feMerge](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feMerge.ps1)                        |=\u0026lt;svg.feMerge\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[feMergeNode](docs/SVG.feMergeNode.md)                |[SVG.feMergeNode](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feMergeNode.ps1)                |=\u0026lt;svg.feMergeNode\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[feMorphology](docs/SVG.feMorphology.md)              |[SVG.feMorphology](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feMorphology.ps1)              |=\u0026lt;svg.feMorphology\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n|[feOffset](docs/SVG.feOffset.md)                      |[SVG.feOffset](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feOffset.ps1)                      |=\u0026lt;svg.feOffset\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|[fePointLight](docs/SVG.fePointLight.md)              |[SVG.fePointLight](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.fePointLight.ps1)              |=\u0026lt;svg.fePointLight\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n|[feSpecularLighting](docs/SVG.feSpecularLighting.md)  |[SVG.feSpecularLighting](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feSpecularLighting.ps1)  |=\u0026lt;svg.feSpecularLighting\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                  |\n|[feSpotLight](docs/SVG.feSpotLight.md)                |[SVG.feSpotLight](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feSpotLight.ps1)                |=\u0026lt;svg.feSpotLight\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                         |\n|[feTile](docs/SVG.feTile.md)                          |[SVG.feTile](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feTile.ps1)                          |=\u0026lt;svg.feTile\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[feTurbulence](docs/SVG.feTurbulence.md)              |[SVG.feTurbulence](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.feTurbulence.ps1)              |=\u0026lt;svg.feTurbulence\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                        |\n|[filter](docs/SVG.filter.md)                          |[SVG.filter](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.filter.ps1)                          |=\u0026lt;svg.filter\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[foreignObject](docs/SVG.foreignObject.md)            |[SVG.foreignObject](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.foreignObject.ps1)            |=\u0026lt;svg.foreignObject\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                       |\n|[g](docs/SVG.g.md)                                    |[SVG.g](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.g.ps1)                                    |=\u0026lt;svg.g\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                   |\n|[GoogleFont](docs/SVG.GoogleFont.md)                  |[SVG.GoogleFont](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.GoogleFont.ps1)                    |=\u0026lt;svg.GoogleFont\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n|[image](docs/SVG.image.md)                            |[SVG.image](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.image.ps1)                            |=\u0026lt;svg.image\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                               |\n|[Kite](docs/SVG.Kite.md)                              |[SVG.Kite](https://github.com/StartAutomating/PSSVG/tree/main/CommandsShapesSVG.Kite.ps1)                                |=\u0026lt;svg.Kite\u0026gt; SVG.Rhombuses                                                                                                                                                                                                                                                                                                                                                                                                                                  |\n|[line](docs/SVG.line.md)                              |[SVG.line](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.line.ps1)                              |=\u0026lt;svg.line\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[linearGradient](docs/SVG.linearGradient.md)          |[SVG.linearGradient](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.linearGradient.ps1)          |=\u0026lt;svg.linearGradient\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n|[LinePath](docs/SVG.LinePath.md)                      |[SVG.LinePath](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.LinePath.ps1)                        |=\u0026lt;SVG.LinedPath\u0026gt; =\u0026lt;svg.LinePath\u0026gt; SVG.LinedPath                                                                                                                                                                                                                                                                                                                                                                                                       |\n|[marker](docs/SVG.marker.md)                          |[SVG.marker](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.marker.ps1)                          |=\u0026lt;svg.marker\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[mask](docs/SVG.mask.md)                              |[SVG.mask](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.mask.ps1)                              |=\u0026lt;svg.mask\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[metadata](docs/SVG.metadata.md)                      |[SVG.metadata](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.metadata.ps1)                      |=\u0026lt;svg.metadata\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|[mpath](docs/SVG.mpath.md)                            |[SVG.mpath](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.mpath.ps1)                            |=\u0026lt;svg.mpath\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                               |\n|[path](docs/SVG.path.md)                              |[SVG.path](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.path.ps1)                              |=\u0026lt;svg.path\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[pattern](docs/SVG.pattern.md)                        |[SVG.pattern](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.pattern.ps1)                        |=\u0026lt;svg.pattern\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[polygon](docs/SVG.polygon.md)                        |[SVG.polygon](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.polygon.ps1)                        |=\u0026lt;svg.polygon\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                             |\n|[polyline](docs/SVG.polyline.md)                      |[SVG.polyline](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.polyline.ps1)                      |=\u0026lt;svg.polyline\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|[radialGradient](docs/SVG.radialGradient.md)          |[SVG.radialGradient](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.radialGradient.ps1)          |=\u0026lt;svg.radialGradient\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                      |\n|[rect](docs/SVG.rect.md)                              |[SVG.rect](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.rect.ps1)                              |=\u0026lt;svg.rect\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[Rhombus](docs/SVG.Rhombus.md)                        |[SVG.Rhombus](https://github.com/StartAutomating/PSSVG/tree/main/CommandsShapesSVG.Rhombus.ps1)                          |=\u0026lt;svg.Rhombus\u0026gt; SVG.Rhombi                                                                                                                                                                                                                                                                                                                                                                                                                                  |\n|[script](docs/SVG.script.md)                          |[SVG.script](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.script.ps1)                          |=\u0026lt;svg.script\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[set](docs/SVG.set.md)                                |[SVG.set](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.set.ps1)                                |=\u0026lt;svg.set\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[Spiral](docs/SVG.Spiral.md)                          |[SVG.Spiral](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.Spiral.ps1)                            |=\u0026lt;svg.Spiral\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[Star](docs/SVG.Star.md)                              |[SVG.Star](https://github.com/StartAutomating/PSSVG/tree/main/CommandsShapesSVG.Star.ps1)                                |=\u0026lt;svg.Star\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[stop](docs/SVG.stop.md)                              |[SVG.stop](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.stop.ps1)                              |=\u0026lt;svg.stop\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[style](docs/SVG.style.md)                            |[SVG.style](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.style.ps1)                            |=\u0026lt;svg.style\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                               |\n|[StyleSheet](docs/SVG.StyleSheet.md)                  |[SVG.StyleSheet](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.StyleSheet.ps1)                    |=\u0026lt;svg.StyleSheet\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                          |\n|[svg](docs/SVG.svg.md)                                |[SVG.svg](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.svg.ps1)                                |=\u0026lt;svg\u0026gt; svg                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[switch](docs/SVG.switch.md)                          |[SVG.switch](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.switch.ps1)                          |=\u0026lt;svg.switch\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[symbol](docs/SVG.symbol.md)                          |[SVG.symbol](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.symbol.ps1)                          |=\u0026lt;svg.symbol\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                              |\n|[text](docs/SVG.text.md)                              |[SVG.text](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.text.ps1)                              |=\u0026lt;svg.text\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n|[textPath](docs/SVG.textPath.md)                      |[SVG.textPath](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.textPath.ps1)                      |=\u0026lt;svg.textPath\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|[title](docs/SVG.title.md)                            |[SVG.title](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.title.ps1)                            |=\u0026lt;svg.title\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                               |\n|[Triangle](docs/SVG.Triangle.md)                      |[SVG.Triangle](https://github.com/StartAutomating/PSSVG/tree/main/CommandsCustomSVG.Triangle.ps1)                        |=\u0026lt;svg.Triangle\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                            |\n|[tspan](docs/SVG.tspan.md)                            |[SVG.tspan](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.tspan.ps1)                            |=\u0026lt;svg.tspan\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                               |\n|[use](docs/SVG.use.md)                                |[SVG.use](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.use.ps1)                                |=\u0026lt;svg.use\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                 |\n|[view](docs/SVG.view.md)                              |[SVG.view](https://github.com/StartAutomating/PSSVG/tree/main/CommandsStandardSVG.view.ps1)                              |=\u0026lt;svg.view\u0026gt;                                                                                                                                                                                                                                                                                                                                                                                                                                                |\n\n\n\n(elements marked deprecated are not supported)\n\n## Goals\n\nPSSVG hopes to be a useful toolkit for generating SVG images from PowerShell.\n\nSVG has many benefits as an image file format, for example:\n* File Size\n* Scalability\n* Animations\n* Clickability\n* HTML/JavaScript/CSS integration\n* OS Integration\n\nHowever, it is not a complete programming language.\n\nThus the primary goal is to make SVG creation scriptable.\n\n### Limitations \n\nAt current, PSSVG does not support aria attributes.  Events can be generically specified with the parameter -On.\n\n### How PSSVG is Built\n\nIn order to provide an ideal PowerShell experience with rich help,  \nPSSVG is currently built by reading the contents of the [Mozilla Developer Network's content repository](https://github.com/mdn/content).\n\nIt uses two PowerShell modules to read the repository and create the commands:\n\n* [Irregular](https://github.com/StartAutomating/Irregular) is used to help parse the markdown contents of the repository\n* [PipeScript](https://github.com/StartAutomating/PipeScript) is used to create the functions from the parsed data.\n\n\n\n\n","funding_links":["https://github.com/sponsors/StartAutomating"],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartAutomating%2FPSSVG","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStartAutomating%2FPSSVG","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStartAutomating%2FPSSVG/lists"}