Skip to content

Update README.md to convey latest project status #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ across multiple editors.
- Real-time semantic analysis of scripts using PowerShell Script Analyzer
- Basic script evaluation
- The Debugging Service simplifies interaction with the PowerShell debugger (breakpoints, variables, call stack, etc)
- The Console Service provides a simplified interactive console interface which implements a rich PSHost implementation:
- Interactive command execution support, including basic use of native console applications
- Choice prompt support
- Input prompt support
- Get-Credential support (coming soon)

The core Editor Services library is intended to be consumed in any type of host application, whether
it is a WPF UI, console application, or web service. A standard console application host is included
Expand All @@ -27,9 +32,11 @@ Check out the following two pages for information about how to use the API and h
- **[Using the .NET API](docs/using_the_dotnet_api.md)** - Read this if you want to use the API in your .NET application
- **[Using the Host Process](docs/using_the_host_process.md)** - Read this if you want to use the API in a non-.NET application such as a code editor

You can also read our plans for future feature development by looking at the **[Development Roadmap](https://github.com/PowerShell/PowerShellEditorServices/wiki/Development-Roadmap)**.

## Installation

**TODO**: Add information about acquiring packages from NuGet once those are available.
**TODO**: Add information about acquiring packages from NuGet and npm once those are available.

## Cloning the Code

Expand Down