Is there a way to autogenerate template code for the example map structure in a package?
Most packages have a /example folder within the package root that showcases the package functionality. I'm not sure what's the "best" way to create the example is, or if it even matter.
Do I create all files individually? Do I create a new project and then copy it to the package root? Can I autogenerate an example project directly in the project?
It's my first attempt on creating a package and I want to get it right the first time.