Go to file
Andrew Schwartzmeyer 357f38f26d Comment out template guidelines
Thanks @vors! This makes the guidelines not show up in the rendered
issue/pull request, but keeps the text in the source.
2016-05-16 15:04:24 -07:00
.github Comment out template guidelines 2016-05-16 15:04:24 -07:00
.vscode Make VS Code debug powershell with -NonInteractive 2016-05-06 10:48:01 -07:00
docs Added a readme to clarify where internal vs. public documents should go. 2016-05-11 15:19:17 -07:00
src Bump MMIN package to rc4 2016-05-06 11:49:02 -07:00
test Merge pull request #970 from PowerShell/ConvertFromCsvDRTTests 2016-05-16 10:43:11 -07:00
.gitignore Ignore the debug folder 2016-05-06 10:59:53 -07:00
.gitmodules Remove OMI and provider submodules 2016-04-12 12:10:54 -07:00
.travis.yml Enable xUnit tests on Linux 2016-04-14 18:07:33 -07:00
appveyor.yml Switch to netcoreapp1.0 2016-04-25 14:01:44 -07:00
build.sh Import-Module PowerShellGitHubDev in build.sh 2016-04-13 18:56:23 -07:00
debug.sh Improve debug.sh script 2016-02-19 14:58:42 -08:00
download.sh Install package dependencies in download.sh 2016-04-13 19:24:12 -07:00
global.json Add global.json for dnu restore from root 2015-11-24 15:07:55 -08:00
mapping.json Add PackageManagement sources to mapping.json 2016-04-28 13:28:38 -07:00
nuget.config Switch to MMI.Native package instead of stub 2016-05-05 13:49:39 -07:00
PowerShellGitHubDev.psm1 Fix warning message in Strt-PSBuild 2016-05-15 12:51:57 -07:00
README.md Move CONTRIBUTING.md into .github folder 2016-04-22 15:12:02 -07:00

PowerShell

This repository is "Project Magrathea": Open PowerShell on GitHub, for Linux, Windows (.NET Core and Full), and OS X. It is built using the .NET Command Line Interface to support targetting every flavor of PowerShell. It is a collaborative effort among many teams:

  • Full PowerShell
  • Core PowerShell
  • Open Source Technology Center
  • .NET Foundation

Build Status

Platform master
Ubuntu 14.04 Build Status
OS X 10.11 Build Status
Windows Build status

Get PowerShell

Linux Windows .NET Core Windows .NET Full OS X PSRP
Build from Source Instructions Instructions Instructions Instructions Instructions
Get Binaries Releases Artifacts Artifacts Releases TBD

Building summary: Start-PSBuild from the module ./PowerShellGitHubDev.psm1 (self-host on Linux / OS X)

See Linux releases and Windows artifacts installation instructions.

Team coordination

If you encounter any problems, see the known issues, search the issues, and if all else fails, open a new issue.

Obtain the source code

Setup Git

Install Git, the version control system.

See the Contributing Guidelines for more Git information, such as our installation instructions, contributing rules, and Git best practices.

Download source code

Clone this repository. It is a "superproject" and has a number of other repositories embedded within it as submodules. Please see the contributing guidelines and learn about submodules. To make things easy, we can just clone recursively.

git clone --recursive https://github.com/PowerShell/PowerShell.git