It would be nice to change the options to be more dynamic, so that one can easier select what one wants. E.g. to add an abstract or not, notes, slides, what type of license (#3). Perhaps:
-a toggles abstract.
-n toggles notes.
-s toggles slides.
-r toggles README.
-c toggles CONTRIBUTING.
-L {CC,MIT} selects the license.
-M {instr,root,slides,guide} selects the Makefile.
It would be nice to change the options to be more dynamic, so that one can easier select what one wants. E.g. to add an abstract or not, notes, slides, what type of license (#3). Perhaps:
-a
toggles abstract.-n
toggles notes.-s
toggles slides.-r
toggles README.-c
toggles CONTRIBUTING.-L {CC,MIT}
selects the license.-M {instr,root,slides,guide}
selects the Makefile.The name can be automatically extracted using
getent passwd ${USER}
.