Results 26 issues of Jake Bolton

- [ ] Convert `table` to markdown `md` table for #4 - more: [ninMonkQuery todo list](https://github.com/ninmonkey/ninMonkQuery-examples/issues/1)

enhancement
ideas

- [ ] download the exported files for preset profiles, without git clone - [ ] Use `git workflow` ? Part of the build chain, from #2

enhancement
UX

- [ ] Cleanup code - [ ] Simplify using different build scripts as minimal profiles - [ ] export using profile names, to not overwrite other compiled final values

enhancement

- [x] `Metadata.IncludedFiles` or `.IncludedFunctions` summarizes functions, similar to `stdout` summary - [ ] Output in a way that `github` `releases` requires

enhancement

When `$CallingContext` is falsy, `$ToValidate` can truncate the prefix of the command. of the command. Causing a syntax error. It's essentially an off-by-one error when it calls substring. (It's off...

The error was writing json filepaths like `foo.🐒` as `foo.≡ƒÉÆ` causing the missing path errors. Making this explicit means `PesterInterface.ps1` will write json paths using `utf8` even when ran from...