{"id":26410736,"url":"https://github.com/chadnpc/pscraft","last_synced_at":"2025-07-04T09:05:40.549Z","repository":{"id":208463119,"uuid":"721698317","full_name":"chadnpc/PsCraft","owner":"chadnpc","description":"A Toolbox to speed up common PowerShell development tasks.","archived":false,"fork":false,"pushed_at":"2025-03-13T17:18:14.000Z","size":814,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T09:05:38.836Z","etag":null,"topics":["generator","powershell-module","psmodule"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/PsCraft","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/chadnpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-21T15:37:30.000Z","updated_at":"2025-04-05T22:28:30.000Z","dependencies_parsed_at":"2024-04-14T11:32:23.365Z","dependency_job_id":"93dae03d-1a61-490a-a324-11997e1b3f4f","html_url":"https://github.com/chadnpc/PsCraft","commit_stats":null,"previous_names":["alainqtec/psmodulegen","alainqtec/pscraft","chadnpc/pscraft"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chadnpc/PsCraft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2FPsCraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2FPsCraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2FPsCraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2FPsCraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chadnpc","download_url":"https://codeload.github.com/chadnpc/PsCraft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadnpc%2FPsCraft/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263480868,"owners_count":23473164,"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":["generator","powershell-module","psmodule"],"created_at":"2025-03-17T20:19:15.519Z","updated_at":"2025-07-04T09:05:40.520Z","avatar_url":"https://github.com/chadnpc.png","language":"PowerShell","funding_links":["https://www.paypal.com/donate/?hosted_button_id=3LA3EUKRU6722"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e \u003cimg align=\"right\" src=\"https://github.com/user-attachments/assets/0584a9ee-99a2-4b4b-bfa8-47285f0abdde\" width=\"200\" height=\"200\" alt=\"icon\" /\u003e\u003c/h1\u003e\n\n\u003cdiv align=\"Left\"\u003e\n  \u003ca href=\"https://www.powershellgallery.com/packages/PsCraft\"\u003e\u003cb\u003ePsCraft\u003c/b\u003e\u003c/a\u003e\n  \u003cp\u003e\n    A toolbox to accelerate common tasks involved in \u003cb\u003edeveloping and sharing PowerShell code\u003c/b\u003e.\n    \u003c/br\u003e\u003c/br\u003e\n    \u003ca href=\"https://github.com/chadnpc/PsCraft/actions/workflows/build_module.yaml\"\u003e\n    \u003cimg src=\"https://github.com/chadnpc/PsCraft/actions/workflows/build_module.yaml/badge.svg\" alt=\"Build Module\" title=\"badge\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.powershellgallery.com/packages/PsCraft\"\u003e\n    \u003cimg src=\"https://img.shields.io/powershellgallery/dt/PsCraft.svg?style=flat\u0026logo=powershell\u0026color=blue\" alt=\"PowerShell Gallery\" title=\"PowerShell Gallery\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003ch2\u003e\u003cb\u003eUsage\u003c/b\u003e\u003c/h2\u003e\n\n\u003cul\u003e\n\u003cli\u003eInstall from Powershell Gallery:\u003cbr\u003e\n\n```PowerShell\nInstall-Module PsCraft\n```\n\n\u003c/li\u003e\n\u003cli\u003eCreate, test, build and deploy 🚀 a module really fast.\u003c/br\u003e\n  \u003cp\u003e⤷ \u003cb\u003eEx\u003c/b\u003e: You can create a \u003ca href=\"https://learn.microsoft.com/en-us/powershell/scripting/developer/module/how-to-write-a-powershell-script-module\"\u003escript module\u003c/a\u003e in under 5 seconds!\u003c/p\u003e\n\nhttps://github.com/user-attachments/assets/c627ae68-fb70-44e2-9362-efa198aa7a8a\n\nIts one comand!\n\n```PowerShell\n$module = New-PsModule -Name testmodule123 -description \"a test module\"\n```\n\n```PowerShell\ncd testmodule123\ncode .\n# do edits, ex: set your NUGET_API_KEY in .env then\n./build.ps1\n```\n\nPublish v0.1.0\n\n```PowerShell\nPublish-Module -Path ./BuildOutput/testmodule123/0.1.0/ -NuGetApiKey $env:NUGET_API_KEY -Verbose\n```\n\n\u003c/li\u003e\n\u003c/ul\u003e\n\nFor more usage read the [docs](/docs/Readme.md). they pretty easy!\n\n**[_W.I.P_]**\n\n- Cleaning up repository structure\n- Bug fixes and optimizations\n- Adding free ai (no api key will be required)\n\n\n\u003cp\u003eUse \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree\"\u003etodo tree\u003c/a\u003e to find all of them.\u003c/p\u003e\n\n## License\n\n\u003cp\u003eThis project is licensed under the MIT License - Read\n \u003ca href=\"https://alain.MIT-license.org\"\u003eLicense\u003c/a\u003e for details. \u003c/p\u003e\n\n\u003c!--\n## Sponsor?\n\nIf this tool saves your time and you want to support me;\n\n\u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=3LA3EUKRU6722\"\u003e\n\u003cimg src=\"https://img.shields.io/static/v1?logo=paypal\u0026label=PayPal\u0026logoColor=white\u0026message=Donate\u0026color=00457C\"/\u003e\n\u003c/a\u003e\n--\u003e\n\n[+idea? -or +feedback?](https://github.com/chadnpc/PsCraft/discussions/).\n\n\u003c!-- [![Contributors](https://contrib.rocks/image?repo=chadnpc/PsCraft)](https://github.com/chadnpc/PsCraft/graphs/contributors) --\u003e\n\nThank you.\n\n![Alt](https://repobeats.axiom.co/api/embed/9cbc0ffce6f62ace082852045cd005b5ad61cebd.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadnpc%2Fpscraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadnpc%2Fpscraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadnpc%2Fpscraft/lists"}