blob: 79833200338e27e0d74d7fa80c3b555a5d22a0c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# forge help
originally a library to help common tasks for forge
now it's a heap for whatever until it gets sorted into somewhere more sensible
this, in other words, is a junk drawer for tools that don't have a home yet
## Design Goals
* handle input from STDIN when there is no GUI yet
* help automate the recovery and build process for GO plugins
## Notes
Try to make things easy.
|