gitdocs
gitdocs copied to clipboard
GitDocs `add` command
While working on porting some docs, I noticed this would be helpful. I'd like to be able to run something like gitdocs add node/http and automatically have a file generated at that route for me, pre-filled with appropriate front matter.
What would the default front matter be? Don't know if there would be any. Might make sense to just add one line with the file basename as a title. e.g. gitdocs add node/http ==> # http
That works for me.