Hey,
So I was wondering if there was a way I could create a custom template.
Instead of
meteor create --minimal
I’d like to do a
meteor create --mycustomsetup
Based off a saved starting point I made.
This would allow me to have it create a new folder with the file structure and default packages and such I use often.
Can this be done? Or should i just save one and copy and paste or a git clone?