v2 now in separate folder

This commit is contained in:
Unknown
2018-07-25 14:29:12 -04:00
parent 74515adb34
commit 569e761f65
49 changed files with 0 additions and 0 deletions

36
v2/runner/README.md Normal file
View File

@@ -0,0 +1,36 @@
![logo](logo.png)
# runner
[![GoDoc](https://godoc.org/github.com/sbrow/ps/runner?status.svg)](https://godoc.org/github.com/sbrow/runner) [![Build Status](https://travis-ci.org/sbrow/runner.svg?branch=master)](https://travis-ci.org/sbrow/runner) [![Coverage Status](https://coveralls.io/repos/github/sbrow/runner/badge.svg?branch=master)](https://coveralls.io/github/sbrow/runner?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/sbrow/ps/runner)](https://goreportcard.com/report/github.com/sbrow/ps/runner)
`import "github.com/sbrow/ps/runner"`
* [Overview](#pkg-overview)
* [Installation](pkg-installation)
* [Documentation](#pkg-doc)
## <a name="pkg-overview">Overview</a>
Package runner runs the non-go code that Photoshop understands,
and passes it to back to the go program. Currently, this is
primarily implemented through Adobe Extendscript, but hopefully
in the future it will be upgraded to a C++ plugin.
## <a name="pkg-installation">Installation</a>
```sh
$ go get -u github.com/sbrow/ps/runner
```
<!---
--->
## <a name="pkg-doc">Documentation</a>
For full Documentation please visit https://godoc.org/github.com/sbrow/ps/runner
- - -
Generated by [godoc2md](http://godoc.org/github.com/davecheney/godoc2md)