{"id":25898079,"url":"https://github.com/phellams/psparagraph","last_synced_at":"2026-05-10T01:08:16.725Z","repository":{"id":213434352,"uuid":"734114510","full_name":"phellams/psparagraph","owner":"phellams","description":"**PSParagrath** is a function that generates readable text by indenting it, similating the effect of a paragraph.","archived":false,"fork":false,"pushed_at":"2023-12-21T03:12:57.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T00:11:25.144Z","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":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phellams.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-20T22:48:42.000Z","updated_at":"2025-01-24T08:26:37.000Z","dependencies_parsed_at":"2025-01-13T10:43:24.774Z","dependency_job_id":"43a374de-123c-47cf-829e-849089188a95","html_url":"https://github.com/phellams/psparagraph","commit_stats":null,"previous_names":["sgkens/psparagraph","phellams/psparagraph"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phellams%2Fpsparagraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phellams%2Fpsparagraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phellams%2Fpsparagraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phellams%2Fpsparagraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phellams","download_url":"https://codeload.github.com/phellams/psparagraph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587857,"owners_count":19986628,"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":"2025-03-03T00:11:26.716Z","updated_at":"2026-05-10T01:08:16.668Z","avatar_url":"https://github.com/phellams.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# \u003cimg width=\"25\" src=\"https://raw.githubusercontent.com/sgkens/resources/main/modules/psparagraph/dist/v1/psparagraph-icon-x128.png\"/\u003e  **psparagraph**\r\n\r\n\u003c!--license--\u003e\r\n\u003ca href=\"https://github.com/sgkens/psparagraph/\"\u003e\r\n\u003cimg src=\"https://img.shields.io/github/license/sgkens/psparagraph\"/\u003e\r\n\u003c/a\u003e \r\n\u003c!--Code-Factor--\u003e\r\n\u003ca href=\"https://www.codefactor.io/repository/github/sgkens/psparagraph\"\u003e\r\n\u003cimg src=\"https://www.codefactor.io/repository/github/sgkens/psparagraph/badge\"/\u003e\r\n\u003c/a\u003e\r\n\u003c!--coverage--\u003e\r\n\u003ca href=\"https://coveralls.io/github/sgkens/psparagraph\"\u003e\r\n\u003cimg src=\"https://img.shields.io/coverallsCoverage/github/sgkens/psparagraph?branch=main\"/\u003e\r\n\u003c/a\u003e\r\n\r\n---\r\n\r\n**psparagraph** is a function that generates readable text by indenting it, similating the effect of a paragraph.\r\n\r\n|BUILD|RELEASES|\r\n|-|-|\r\n|\u003ca href=\"https://ci.appveyor.com/project/sgkens/psparagraph\"\u003e\u003cimg src=\"https://img.shields.io/appveyor/build/sgkens/psparagraph/main?logo=appveyor\u0026label=appveyor\"\u003e\u003c/a\u003e|\u003ca href=\"https://github.com/sgkens/psparagraph/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/sgkens/psparagraph?logo=github\u0026label=Latest%20Release%20Tag\"\u003e\u003c/a\u003e||\u003ca href=\"https://gitlab.lab.davilion.online/powershell/commitfusion/-/pipelines\"\u003e\u003cimg src=\"https://gitlab.lab.davilion.online/powershell/commitfusion/badges/main/pipeline.svg\"\u003e\u003c/a\u003e|\r\n\r\n\r\n## 🟪 Installation Methods\r\n\r\n### 💾 Source\r\n\r\n1. Clone the repository from GitHub `git clone https://github.com/sgkens/psparagraph.git` \\\r\n2. Open a *PowerShell* session and navigate to the cloned repository directory. \\\r\n3. **Run** the *Module Import* via the command below:\r\n\r\n    ```powershell\r\n    # Import the module\r\n    git clone https://github.com/sgkens/psparagraph.git\r\n    cd psparagraph\r\n    Import-Module -Name psparagraph\r\n    Get-Module -Name psparagraph\r\n\r\n    # Check imported module functions\r\n    Get-Module -Name psparagraph | Select-Object -expand ExportedFunctions\r\n    Get-Module -Name psparagraph | select-object version\r\n    ```\r\n\r\n## 🟪 Cmdlets/Functions\r\n\r\n#### 🔹**New-Paragraph**\r\nNew-Paragraph takes 3 parameters: `[int]position`, `[int]indent`, `[string]string`\r\n\r\n```powershell\r\nNew-Paragraph -position 40 -indent 5 -string \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tincidunt elit ut eros eleifend rhoncus sit amet sit amet mauris. In vestibulum id neque vel blandit. Integer id mauris quis justo elementum condimentum eu eu odio. Mauris mollis a odio a fermentum. Maecenas auctor iaculis elementum. Sed cursus, erat sed faucibus dignissim, quam dolor viverra mi, ac pellentesque magna quam quis metus. In neque justo, pulvinar vitae vehicula eget, euismod non diam. In auctor enim vitae lectus mollis condimentum. In vitae sapien molestie, condimentum dui non, placerat sapien. Nullam eget dapibus nibh, ac mollis elit. Suspendisse venenatis sit amet mi non gravida. \"\r\n```\r\n\r\n## Ouput indent `5` position `40`\r\n\r\n\u003cpre\u003e\r\n     Lorem ipsum dolor sit amet, consectetur\r\n     adipiscing elit. Vivamus tincidunt elit\r\n     ut eros eleifend rhoncus sit amet sit\r\n     amet mauris. In vestibulum id neque vel\r\n     blandit. Integer id mauris quis justo\r\n     elementum condimentum eu eu odio. Mauris\r\n     mollis a odio a fermentum. Maecenas\r\n     auctor iaculis elementum. Sed cursus,\r\n     erat sed faucibus dignissim, quam dolor\r\n     viverra mi, ac pellentesque magna quam\r\n     quis metus. In neque justo, pulvinar\r\n     vitae vehicula eget, euismod non diam.\r\n     In auctor enim vitae lectus mollis\r\n     condimentum. In vitae sapien molestie,\r\n     condimentum dui non, placerat sapien.\r\n     Nullam eget dapibus nibh, ac mollis\r\n     elit. Suspendisse venenatis sit amet mi\r\n     non gravida.\r\n\u003c/pre\u003e\r\n\r\n## Ouput indent `10` and position `80`\r\n\r\n\u003cpre\u003e\r\n          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus tincidunt elit\r\n          ut eros eleifend rhoncus sit amet sit amet mauris. In vestibulum id neque vel\r\n          blandit. Integer id mauris quis justo elementum condimentum eu eu odio. Mauris\r\n          mollis a odio a fermentum. Maecenas auctor iaculis elementum. Sed cursus, erat\r\n          sed faucibus dignissim, quam dolor viverra mi, ac pellentesque magna quam quis\r\n          metus. In neque justo, pulvinar vitae vehicula eget, euismod non diam. In auctor\r\n          enim vitae lectus mollis condimentum. In vitae sapien molestie, condimentum dui\r\n          non, placerat sapien. Nullam eget dapibus nibh, ac mollis elit. Suspendisse\r\n          venenatis sit amet mi non gravida.\r\n\u003c/pre\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphellams%2Fpsparagraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphellams%2Fpsparagraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphellams%2Fpsparagraph/lists"}