Go to file
2016-04-01 18:09:30 -07:00
.vscode Put version back to make VS Code happy 2016-04-01 10:26:50 -07:00
docs Add PAL_DBG_CHANNELS note 2016-04-01 13:16:35 -07:00
package Add Start-PSPackage command to build deb/pkg packages 2016-02-22 11:29:03 -08:00
src Move Pester to src/Modules 2016-04-01 18:09:30 -07:00
test Add Pester Unit test for Set-Alias 2016-04-01 00:50:10 -07:00
.gitignore Clean up .gitignore files 2016-02-09 14:06:39 -08:00
.gitmodules Move Pester to src/Modules 2016-04-01 18:09:30 -07:00
.travis.yml Initialize googletest submodule on Travis 2016-04-01 18:04:25 -07:00
appveyor.yml Initialize googletest submodule on Travis 2016-04-01 18:04:25 -07:00
bootstrap.sh Install latest .NET CLI packages on Travis 2016-04-01 17:52:00 -07:00
build.sh Fix build.sh for new location of libpsl-native 2016-03-29 11:46:16 -07:00
CONTRIBUTING.md Fix up Git docs 2016-03-30 23:30:26 -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 Add resx files to mapping.json 2016-03-30 14:12:50 -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
pester.sh Import Platform module in pester.sh for Travis 2016-03-04 15:46:54 -08:00
PowerShellGitHubDev.psm1 Add $script:Output to store location of executable 2016-04-01 17:56:07 -07:00
psrp.sh Update OMI and PSRP scripts 2016-03-08 16:17:37 -08:00
README.md Add server2016 branch to build status table 2016-03-31 19:04:48 -07:00
xunit.sh Deploy native library automatically 2016-03-29 11:18:12 -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 server2016
Ubuntu 14.04 Build Status Build Status
Windows Build status 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.