Generates HTML from Specification/Markdown files. This is a plugin for gauge.
gauge --install spectacle
Run the following command to export to HTML in a Gauge project
gauge --docs spectacle <path to specs dir>
go run build/make.go
For cross-platform compilation
go run build/make.go --all-platforms
After compilation
go run build/make.go --install
Note: Run after compiling
go run build/make.go --distro
For distributable across platforms: Windows and Linux for both x86 and x86_64
go run build/make.go --distro --all-platforms
Spectacle
is released under GNU Public License version 3.0