out-of-cheese-error / gooseberry

A command line utility to generate a knowledge base from Hypothesis annotations
Apache License 2.0
153 stars 9 forks source link

"gooseberry make" should print some information #18

Closed Ninjani closed 4 years ago

Ninjani commented 4 years ago

Such as: "Finished building book. Use mdbook serve "<kb_dir>" and go to localhost:3000 to view it." The can be read from self.config in the make function (in gooseberry/markdown.rs) This may be a good place to use an indicatif progress bar.