Bluehawk
Bluehawk copied to clipboard
A markup language and tool for extracting code examples, checkpointing tutorials, and dynamically transforming text
Tried it today and it worked great! However, I would like to be able to customize the file name and file extension, such as: `bluehawk snip -o path/to/my-customized-filename.md `
Allow users to: - specify something other than our ".snippet" naming scheme - override output file extensions (e.g. `.rst` to `.txt`) see https://github.com/mongodb-university/Bluehawk/issues/111
For example, rST roles and some coincidental colon placement.
Ideally works for files and directories of bluehawked files e.g. `bluehawk manifest examples/node/Examples/mongodb.txt` outputs: ``` plant-document-type plants-collection-documents collection-type plants-collection-handle insert-a-single-document insert-a-single-document-result insert-multiple-documents insert-multiple-documents-result find-a-single-document find-a-single-document-result ... ```
Error in QuickStart.swift: ``` at line 97 col 16: Unexpected ':state-end:' closing ':state-uncomment-start:' at line 97 col 16: Unexpected state-end closing state-uncomment-start ```
Is Dockerfile and git config file support possible? It looks like filetype support is derived from extensions. However, it appears that [extensionless files are treated as text](https://github.com/mongodb-university/Bluehawk/blob/main/src/bluehawk/getBluehawk.ts#L82), but a Dockerfile...