{"id":29927603,"url":"https://github.com/heyitsgilbert/stuccodemo","last_synced_at":"2025-08-02T13:12:01.599Z","repository":{"id":307521223,"uuid":"1029809575","full_name":"HeyItsGilbert/StuccoDemo","owner":"HeyItsGilbert","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-31T16:05:26.000Z","size":4108,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T19:44:54.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeyItsGilbert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null},"funding":{"github":"HeyItsGilbert"}},"created_at":"2025-07-31T15:55:11.000Z","updated_at":"2025-07-31T16:23:32.000Z","dependencies_parsed_at":"2025-07-31T19:44:55.835Z","dependency_job_id":"46ffb5ec-0447-40d9-899a-1c960b00ca37","html_url":"https://github.com/HeyItsGilbert/StuccoDemo","commit_stats":null,"previous_names":["heyitsgilbert/stuccodemo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/HeyItsGilbert/StuccoDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FStuccoDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FStuccoDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FStuccoDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FStuccoDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyItsGilbert","download_url":"https://codeload.github.com/HeyItsGilbert/StuccoDemo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FStuccoDemo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268394206,"owners_count":24243381,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-02T13:11:56.199Z","updated_at":"2025-08-02T13:12:01.591Z","avatar_url":"https://github.com/HeyItsGilbert.png","language":null,"funding_links":["https://github.com/sponsors/HeyItsGilbert"],"categories":[],"sub_categories":[],"readme":"# PSStucco Demo\n\nThis repository contains a demonstration of **PSStucco**, a PowerShell module that helps you create open source PowerShell modules in minutes!\n\n## What is PSStucco?\n\nPSStucco is a scaffolding tool that sets up a complete PowerShell module development environment with:\n\n- Proper module structure\n- Build automation with PSake\n- Testing framework with Pester\n- CI/CD pipeline configuration\n- Documentation templates\n\n## Demo Overview\n\nThis demo walks through the complete process of:\n\n1. **Installing PSStucco** - Getting the module from PowerShell Gallery\n2. **Setting up GitHub Repository** - Creating and configuring your repo\n3. **Creating Your Module** - Using PSStucco to scaffold your project\n4. **Building and Testing** - Running tests and building your module\n5. **Publishing** - Deploying to PowerShell Gallery via GitHub Actions\n\n## Getting Started\n\n### Prerequisites\n\nTo follow along with this demo, you'll need:\n\n- GitHub account\n- Git installed\n- PowerShell 5.1 or PowerShell Core 6+\n- VS Code (recommended)\n\n### Installation\n\nInstall PSStucco from the PowerShell Gallery:\n\n```powershell\nInstall-Module PSStucco\n```\n\n### Quick Start\n\n1. Create a new GitHub repository\n2. Clone it locally\n3. Run the module generator:\n\n   ```powershell\n   New-StuccoModule\n   ```\n\n4. Follow the prompts to configure your module\n\n## Demo Structure\n\nThis repository includes:\n\n- **Presentation.md** - Marp presentation slides for the demo\n- **Images** - Supporting visual assets for the presentation\n- **README.md** - This documentation\n\n## Key Features Demonstrated\n\n### Automated Project Setup\n\n- Module manifest creation\n- Folder structure organization\n- Build script configuration\n- Test framework setup\n\n### CI/CD Integration\n\n- GitHub Actions workflows\n- Automated testing on pull requests\n- PowerShell Gallery publishing\n- Documentation generation\n\n### Best Practices\n\n- Proper module structure\n- Unit testing with Pester\n- Build automation with PSake\n- Semantic versioning\n\n## Presentation\n\nThe demo includes a Marp presentation that covers:\n\n- Live coding demonstration\n- Step-by-step walkthrough\n- Best practices and tips\n- Q\u0026A session\n\n## Authors\n\n- **Jake Hildreth** (*aka Horse*) - [dotdot.horse](https://dotdot.horse)\n- **Gilbert Sanchez** (*aka HeyItsGilbert*) - [gilbertsanchez.com](https://gilbertsanchez.com)\n\n## Additional Resources\n\n- [PSStucco on PowerShell Gallery](https://www.powershellgallery.com/packages/PSStucco)\n- [PowerShell Gallery](https://www.powershellgallery.com/)\n- [GitHub Actions Documentation](https://docs.github.com/en/actions)\n- [Pester Testing Framework](https://pester.dev/)\n\n## Contributing\n\nThis is a demonstration repository. For contributing to PSStucco itself, please visit the main PSStucco repository.\n\n## License\n\nThis demo content is provided as-is for educational purposes.\n\n---\n\n*Cover photo in presentation by [Avel Chuklanov](https://unsplash.com/@chuklanov) on [Unsplash](https://unsplash.com/photos/IB0VA6VdqBw)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyitsgilbert%2Fstuccodemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyitsgilbert%2Fstuccodemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyitsgilbert%2Fstuccodemo/lists"}