Should be comprehensive but minimal.
Brainstorm:
nerdydoc init [-c conf.yml] [-p my_package] # Inspect working dir; produce a config file
nerdydoc build [-c conf.yml] # Read the config file; build the docs
nerdydoc init build [-c conf.yml] [-p my_mackage] # nerdydoc init, then nerdydoc build
A thought is to omit a nerdydoc clean and just have users rm -r docs/. I think this removes a layer of indirection.
Should be comprehensive but minimal.
Brainstorm:
A thought is to omit a
nerdydoc cleanand just have usersrm -r docs/. I think this removes a layer of indirection.