Hi there,
This might be asked earlier, but I couldn't find it. I want to create a new repo from a .zip
file, which works fine, but I do not want to create a local project for it. In our setup, our .zip
template creates the prismic repo, and then the project is connected via a new project on vercel. Nothing is needed locally. This happens often, so I wonder is there a flag to not create a project locally? I tried --no-config
thinking this might do something along those lines, but no dice.
Further, there are some initial boilerplate documents that I would like to use in conjunction with the command to create the prismic repo. Is there a way to include some boilerplate? I realize that there is the enterprise level for cloning repo's, but that cant be required for a wee bit of boilerplate right?
Andy