Go to file
Andy Schwartzmeyer a6a6ac7c36 Merge pull request #787 from PowerShell/andschwa/platform-module
Remove Microsoft.PowerShell.Platform
2016-04-08 16:07:38 -07:00
.vscode Put version back to make VS Code happy 2016-04-01 10:26:50 -07:00
docs Programmatic update of core console host rename 2016-04-08 10:59:41 -07:00
package Add Start-PSPackage command to build deb/pkg packages 2016-02-22 11:29:03 -08:00
src Merge pull request #787 from PowerShell/andschwa/platform-module 2016-04-08 16:07:38 -07:00
test Merge pull request #787 from PowerShell/andschwa/platform-module 2016-04-08 16:07:38 -07:00
.gitignore Update .gitignore to include work on windows 2016-04-04 18:51:57 -07:00
.gitmodules Move Pester to src/Modules 2016-04-01 18:09:30 -07:00
.travis.yml Use Start-PSPester on Travis 2016-04-01 22:35:00 -07:00
appveyor.yml Programmatic update of core console host rename 2016-04-08 10:59:41 -07:00
bootstrap.sh Install latest .NET CLI packages on Travis 2016-04-01 17:52:00 -07:00
build.sh Deprecate build.sh script 2016-04-07 14:19:35 -07:00
CONTRIBUTING.md Quick markdown cleanups 2016-04-07 13:56:20 -07:00
debug.sh Improve debug.sh script 2016-02-19 14:58:42 -08:00
download.sh Add download script to obtain PowerShell release 2016-03-17 12:47:43 -07:00
global.json Add global.json for dnu restore from root 2015-11-24 15:07:55 -08:00
KNOWNISSUES.md Update readme and known issues 2016-03-08 10:12:28 -08:00
mapping.json Programmatic update of core console host rename 2016-04-08 10:59:41 -07:00
nuget.config Add cli-deps feed for dotnet-test-xunit 2016-02-17 16:20:17 -08:00
omibuild.sh Update OMI and PSRP scripts 2016-03-08 16:17:37 -08:00
PowerShellGitHubDev.psm1 Fix build module for removal of Platform module 2016-04-08 15:13:50 -07:00
psrp.sh Update OMI and PSRP scripts 2016-03-08 16:17:37 -08:00
README.md Remove server2016 from the build status matrix 2016-04-06 11:32:10 -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
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. Not every submodule is required on every system; see the individual build instructions for the necessary subsets.