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

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name StrangeLoopBootstrap

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name StrangeLoopBootstrap

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Core

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

Version History

Version Downloads Last updated
1.0.1 (current version) 13 9/7/2025