How to Create a Boilerplate in Expo for All New Projects

Hello there,

I have a large amount of requests to create look-alike projects (not white-label) and through the years I have build a basic template for myself (react navigation, push notifications set up, redux, styles etc…) that I use almost in every project.

Is it possible to run expo init command somehow with a boilerplate folder (or files) that I have, instead of copy-pasting files every time inside a new project?

I expect something like: expo init BoilerplateProject --<folder-with-ready-files>

Or is there another solution for this?