mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Further documentation updates.
This commit is contained in:
11
runner/README.md
Normal file
11
runner/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# runner
|
||||
[](https://godoc.org/github.com/sbrow/runner) [](https://travis-ci.org/sbrow/runner) [](https://coveralls.io/github/sbrow/runner?branch=master) [](https://goreportcard.com/report/github.com/sbrow/runner)
|
||||
|
||||
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.
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
$ go get -u github.com/sbrow/ps/runner
|
||||
```
|
||||
@@ -1,3 +1,9 @@
|
||||
//go:generate godocdown -template ../.godocdown.template -output=README.md
|
||||
|
||||
// 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.
|
||||
package runner
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user