1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
nats.docs/Makefile
Stephen Asbury e8e306c8a8 Added make file
Added title, author to book.json
Added .bookignore
Ran make so docs updated
2019-05-15 10:37:46 -07:00

12 lines
252 B
Makefile

build: init examples
gitbook build . docs
init:
gitbook install
serve:
gitbook serve
examples:
go run tools/examplecompiler/main.go -o developer/examples -r tools/examplecompiler/example_repos.json -t tools/examplecompiler/example_template.tmp