├── LICENSE ├── README.md ├── _config.yml ├── cmd.template ├── hls.json └── manifesto.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitfu/manifesto/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitfu/manifesto/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitfu/manifesto/HEAD/_config.yml -------------------------------------------------------------------------------- /cmd.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitfu/manifesto/HEAD/cmd.template -------------------------------------------------------------------------------- /hls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitfu/manifesto/HEAD/hls.json -------------------------------------------------------------------------------- /manifesto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gitfu/manifesto/HEAD/manifesto.go --------------------------------------------------------------------------------