I’m writing a package to enhance the developer experience by writing files to the application structure as it is in use, and I’ll need to write files to the file system, but it will not be a test framework. I don’t want to orphan Windows users, and need some guidance.
I see that Velocity uses a thing called VelocityMeteorInternals, to write example test files to the app in which it is running.
Should I borrow some code from https://github.com/meteor-velocity/meteor-internals/ or is there a more sanctioned way of doing this?