[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Running nest new projectName will create a new project and will initialize a git repository.
Like the Angular CLI, it would be great to offer the user the ability to skip the git initialization. From the Angular CLI --help output:
--skip-git (-g)
When true, does not initialize a git repository.
.git folder.If I'm generating a new Nest project within a monorepo (where I already have a git project initialized) then I do not want the Nest CLI to create a new git repo within the one I already have.
Within an existing repository.
i see your point, yeah.. but you can easily remove the /path-to-your-nest-application/.git folder, right?! ;)
maybe you can submit a PR for the upcoming @nestjs 6.0 version, which is just around the corner (note that the 6.0-rc1 has been released 2 days ago!)
@johannesschobel yea, I'll give it a try!
Looking forward @METACEO :) Thanks for reporting
While I took awhile (new kid!) @kamilmysliwiec, I've opened a very small PR.
馃敟 Thank you @METACEO. Published as a new minor version!
Most helpful comment
馃敟 Thank you @METACEO. Published as a new minor version!