PowerShell/README.md

54 lines
3.1 KiB
Markdown
Raw Normal View History

2016-06-23 01:57:17 +02:00
![PowerShell Logo](assets/Powershell_64.png) PowerShell
========================
2015-07-02 00:06:29 +02:00
2016-06-23 01:57:17 +02:00
PowerShell is a task automation and configuration management framework,
consisting of a command-line shell and associated scripting language built using the [.NET Command Line Interface](https://github.com/dotnet/cli).
PowerShell provides full access to COM and WMI, enabling administrators to perform administrative tasks on both local and remote Windows, Linux and OSX systems.
2016-06-23 01:57:17 +02:00
## New to PowerShell?
If you are new to PowerShell and would like to learn more,
we recommend reviewing our [getting started documentation](https://msdn.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell).
2016-03-30 21:06:57 +02:00
Build Status
------------
| Platform | `master` |
|--------------|----------|
| Ubuntu 14.04 | [![Build Status](https://travis-ci.com/PowerShell/PowerShell.svg?token=31YifM4jfyVpBmEGitCm&branch=master)](https://travis-ci.com/PowerShell/PowerShell) |
| OS X 10.11 | [![Build Status](https://travis-ci.com/PowerShell/PowerShell.svg?token=31YifM4jfyVpBmEGitCm&branch=master)](https://travis-ci.com/PowerShell/PowerShell) |
2016-05-22 09:16:41 +02:00
| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/jtefab3hpngtyesp/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/powershell/branch/master) |
2016-03-30 21:06:57 +02:00
Get PowerShell
--------------
2016-03-31 00:57:52 +02:00
| | Linux | Windows .NET Core | Windows .NET Full | OS X | PSRP |
|-----------------------|-------|-------------------|-------------------|------|------|
| Build from **Source** | [Instructions](docs/building/linux.md) | [Instructions](docs/building/windows-core.md) | [Instructions](docs/building/windows-full.md) | [Instructions](docs/building/osx.md) | [Instructions][psrp] |
2016-06-17 02:18:43 +02:00
| Get **Binaries** | [Releases][] | [Releases][] | [Artifacts][] | [Releases][] | TBD |
2016-06-23 01:57:17 +02:00
> Not sure what these are intended for...
[releases](https://github.com/PowerShell/PowerShell/releases)
[artifacts](https://ci.appveyor.com/project/PowerShell/powershell/build/artifacts)
[psrp](https://github.com/PowerShell/psl-omi-provider)
2015-07-02 00:06:29 +02:00
2016-06-23 01:57:17 +02:00
Developing and Contributing
--------------------------
If you are new to GIT, we recommend you start by reviewing our [GIT basics document](docs/git/basics.md) where you will find installation instructions, cheatsheets and links to our favorite GIT tutorials.
We also recommend, reviewing an example of a [basic GIT commit walkthrough](docs/git/committing.md).
2016-06-23 01:57:17 +02:00
To begin development, you'll need to setup your development environment for either [Linux](docs/building/linux.md), [Windows](docs/building/windows.md) or [OSX]() and are encouraged to review our [coding guidelines and best practices](docs/coding-guidelines/coding.md) for contributors.
2016-06-23 01:57:17 +02:00
Review our [contribution guidelines](.github/CONTRIBUTING.md) for specific workflow and test requirements.
2016-06-23 01:57:17 +02:00
If you encounter issues, please see our [known issues](docs/KNOWNISSUES.md) and [FAQ](docs/FAQ.md) documents. Alternatively, you can submit a [new issue](https://github.com/PowerShell/PowerShell/issues/new).
2016-06-23 01:57:17 +02:00
PowerShell Community
--------------------
`TODO` Missing community details
2016-06-23 01:57:17 +02:00
Legal and Licensing
-------------------
`TODO` Missing license details