StrangeLoopBootstrap
1.0.1
A comprehensive PowerShell module for setting up strangeloop development environments with automated tool installation, environment configuration, and project initialization across Windows and WSL.
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) 2025 Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft AI Team
Tags
development bootstrap microsoft ai mcp strangeloop automation environment setup windows wsl linux docker python azure git vscode
Functions
Invoke-StrangeLoopBootstrap Get-StrangeLoopVersion Reset-StrangeLoopEnvironment Install-StrangeLoopPrerequisites Initialize-StrangeLoopProject Set-StrangeLoopEnvironment
PSEditions
Dependencies
This module has no dependencies.
Release Notes
# StrangeLoop Bootstrap v1.0.0
## Features
- Complete development environment setup automation
- Cross-platform support (Windows and WSL)
- Multiple programming language templates (Python, .NET, Flask, etc.)
- Integrated toolchain installation (Git, Azure CLI, Docker, VS Code)
- Project scaffolding with best practices
- Azure DevOps pipeline generation
- Comprehensive error handling and recovery
- Phase-based execution with granular control
## What's New in v1.0.0
- Initial release of PowerShell module
- Full automation of strangeloop development environments
- Support for 10+ different project templates
- Interactive and scripted execution modes
- Complete documentation and examples
## Requirements
- PowerShell 7.0 or later
- Windows 10/11 or Windows Server 2019+
- Internet connection for tool downloads
- Administrator privileges for some operations
## Quick Start
```powershell
Install-Module -Name StrangeLoopBootstrap -Scope CurrentUser
Import-Module StrangeLoopBootstrap
Invoke-StrangeLoopBootstrap
```
For more information, visit: https://github.com/ai-microsoft/strangeloop-bootstrap
FileList
- StrangeLoopBootstrap.nuspec
- scripts\reset_strangeloop.ps1
- scripts\modules\authentication\setup-authentication.ps1
- scripts\modules\environment\configure-docker-wsl-integration.ps1
- scripts\modules\initialization\setup-initialization.ps1
- scripts\modules\prerequisites\install-azure-cli.ps1
- scripts\modules\prerequisites\install-git.ps1
- scripts\modules\prerequisites\setup-prerequisites.ps1
- scripts\modules\shared\loop-functions.ps1
- scripts\modules\shared\test-functions.ps1
- scripts\modules\vscode\setup-vscode.ps1
- scripts\modules\environment\wsl\setup-wsl-env.ps1
- scripts\modules\prerequisites\azure-cli\test-azure-cli.ps1
- scripts\modules\prerequisites\git\install-git.ps1
- scripts\modules\prerequisites\git-lfs\install-git-lfs.ps1
- scripts\modules\prerequisites\python\install-python.ps1
- StrangeLoopBootstrap.psd1
- scripts\setup-log.txt
- scripts\modules\completion\setup-completion.ps1
- scripts\modules\environment\setup-environment.ps1
- scripts\modules\pipelines\setup-pipelines-1es.ps1
- scripts\modules\prerequisites\install-docker.ps1
- scripts\modules\prerequisites\install-wsl.ps1
- scripts\modules\project\initialize-project.ps1
- scripts\modules\shared\path-functions.ps1
- scripts\modules\shared\validation-functions.ps1
- scripts\modules\wsl\initialize-wsl.ps1
- scripts\modules\prerequisites\azure-cli\install-azure-cli.ps1
- scripts\modules\prerequisites\docker\install-docker.ps1
- scripts\modules\prerequisites\git\test-git.ps1
- scripts\modules\prerequisites\poetry\install-poetry.ps1
- scripts\modules\prerequisites\strangeloop-cli\install-strangeloop-cli.ps1
- StrangeLoopBootstrap.psm1
- scripts\setup-strangeloop.ps1
- scripts\modules\discovery\setup-discovery.ps1
- scripts\modules\git\setup-git-source-control.ps1
- scripts\modules\prerequisites\get-installation-file.ps1
- scripts\modules\prerequisites\install-git-lfs.ps1
- scripts\modules\prerequisites\invoke-elevated-install.ps1
- scripts\modules\shared\display-functions.ps1
- scripts\modules\shared\phase-functions.ps1
- scripts\modules\shared\write-functions.ps1
- scripts\modules\environment\windows\setup-windows-env.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 (current version) | 13 | 9/7/2025 |