Skip to content

Commit

Permalink
update readme status
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Jul 3, 2019
1 parent 49789a8 commit bf74fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Build Status](https://dev.azure.com/oneeyedelf1/powershell.native/_apis/build/status/KnicKnic.go-powershell?branchName=master)](https://dev.azure.com/oneeyedelf1/powershell.native/_build/latest?definitionId=3&branchName=master) [![Go Report Card](https://goreportcard.com/badge/github.com/KnicKnic/go-powershell)](https://goreportcard.com/report/github.com/KnicKnic/go-powershell) [![GoDoc](https://godoc.org/github.com/KnicKnic/go-powershell?status.svg)](https://godoc.org/github.com/KnicKnic/go-powershell)

# Status
This project is currently not really suitable for consumption. It does work(can call scripts, communicate from golang to powershell, and powershell back to golang). However it is under production. Come back in a few weeks. You can always email me if you are interested.
This project is not api stable. It does work(can call scripts, communicate from golang to powershell, and powershell back to golang).

# Goal
The goal of this project is to enable you to quickly write golang code and interact with windows via powershell. Because powershell is a powerfull scripting language you will sometimes want to call back into golang. This is also permitted. Also due to sometimes wanting to host .net and powershell giving you an easy way to wrap .net modules and functions and objects, this project also enables that.
The goal of this project is to enable you to quickly write golang code and interact with windows via powershell. Because powershell is a powerful scripting language you will sometimes want to call back into golang. This is also permitted. Also due to sometimes wanting to host .net and powershell giving you an easy way to wrap .net modules and functions and objects, this project also enables that.

## Dependencies
This project has a dependency on [native-powershell](https://github.com/KnicKnic/native-powershell). This is a c++/cli project that enables interacting with powershell through a C DLL interface.
Expand All @@ -14,7 +14,7 @@ This project has a dependency on [native-powershell](https://github.com/KnicKnic
1. Copy the compiled psh_host.dll into
1. powershell folder
1. any folder that uses the powershell package
1. the same folder whereever you distribute the golang binary
1. the same folder where you distribute the golang binary

### Getting cgo (so you can compile)
Windows - install dependencies - Use choco (easiest way to install gcc)
Expand Down

0 comments on commit bf74fb4

Please sign in to comment.