SkillAgentSearch skills...

Spriteful

spriteful is an API that provides configuration for pixiecore

Install / Use

/learn @AcalephStorage/Spriteful
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Spriteful

Spriteful is an API that provides server boot configuration for pixiecore.

See pixiecore.

Building

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 spriteful

then, restore dependencies:

gb vendor restore

and finally, build the binary:

gb build

Binary can be found in bin/ directory.

Running

To run spriteful, use the following command:

spriteful -config /path/to/config/file

a sample config file is provided here.

pixiecore integration

To integrate with pixiecore, point the -api argument to this api:

$ pixiecore -api http://{bindHost}:{bindPort}/api
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated5y ago
Forks3

Languages

Go

Security Score

75/100

Audited on Apr 16, 2020

No findings