Init new Nuxt project without "Initialize git repository" check?

Is there a way to do this? I have my new project command so far as:
npx nuxi init frontend --packageManager yarn
npx nuxi init frontend --packageManager yarn
And that does almost everything I need to create a new project. I NEVER initialize a git repo in my frontend folder (typically monorepos with separate backend). Isn't there some flag to make this not a thing? Personally I think it should be initialized without it anyways.
2 Replies
oneeach
oneeach2mo ago
npx nuxi init frontend --packageManager yarn --git-init=false https://nuxt.com/docs/api/commands/init#options
Nuxt
nuxi init · Nuxt Commands
The init command initializes a fresh Nuxt project.
Zack Plauché
Zack Plauché4w ago
Thanks!
Want results from more Discord servers?
Add your server