Thanks – it is looking good!
I’m somewhat experienced with Zephyr, so I prefer a straight command-line West flow 99% of the time. It may make sense to document that flow a little more prominently in the example repo README.md for people like me. I’d be glad to submit a PR at some point if that would be helpful.
I have a template that I use for several other projects, and trying to figure out how to integrate the nRF feather into this:
https://github.com/simpleiot/zephyr-siot
Offhand, it seems I’ll need a separate top-level repo for my nRF and non-nRF projects as zephyr is pulled in through the nordic SDK. I could probably pull in zephyr-siot as a dependency to my nRF project repo, though, as most of the stuff I need is in the lib directory, so it seems it will function as a lib already.