Spriteful is an API that provides server boot configuration for pixiecore.
See pixiecore.
To build spriteful, gb is needed.
go get github.com/constabulary/gb/...then, clone the repo:
git clone https://github.com/AcalephStorage/spriteful.git
cd spritefulthen, restore dependencies:
gb vendor restoreand finally, build the binary:
gb buildBinary can be found in bin/ directory.
To run spriteful, use the following command:
spriteful -config /path/to/config/filea sample config file is provided here.
To integrate with pixiecore, point the -api argument to this api:
$ pixiecore -api http://{bindHost}:{bindPort}/api