Metadata >> NuGet >> WebMatrix.Executer

WebMatrix.Executer

Metadata

Authors Serge van den Oever [Macaw]
Description WebMatrix.Executer provides a library that can be included in your own baked WebMatrix extension to execute applications and PowerShell scripts, send the output in realtime to a WebMatrix Output pane, and parse the output for errors and warnings that are displayed in a WebMatrix Errors & Warnings pane with just a few lines of code.
LicenseUrl http://macawnl.github.com/WebMatrix.Executer/
Owners Serge van den Oever [Macaw]
ProjectUrl http://macawnl.github.com/WebMatrix.Executer/
RequireLicenseAcceptance False
Summary Simply create WebMatrix 2 or 3 extensions that execute commands, capture output and parse for errors and warnings.
Tags WebMatrix
PackageSize 30535
PackageHashAlgorithm SHA512
PackageHash MQOPOiws1APNnWQwH6nFzNzRgznrhbNqKXa023p0zCeCQ4Dz5+Ob3Ze9LzmTbx7iihWLApopXZZ0YrenBEwruA==
DownloadCount 000000
CreatedDate 2013-03-02T16:15:29

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install WebMatrix.Executer -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install WebMatrix.Executer -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package WebMatrix.Executer
Installing the package (HTTP Basic authentication):
Install-Package WebMatrix.Executer -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package WebMatrix.Executer -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package WebMatrix.Executer

OpenWrap

Installing the package:
o add-wrap WebMatrix.Executer
Uninstalling the package:
o remove-wrap WebMatrix.Executer

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.5.0.0
1.4.0.0
1.3.0.0
1.2.0.0
1.1.0.0
1.0.0.0