Nest-cli: README not updating when selecting yarn as package-manager and not generating .gitignore file

Created on 17 Feb 2019  路  5Comments  路  Source: nestjs/nest-cli

I'm submitting a...


[ ] Regression 
[x] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

When creating a new project with selecting yarn as package-manager then in the readme file in the running the app and test section the bash command not updating with the yarn command. Also not generating .gitignore file.

Expected behavior

Generate .gitignore file and update readme when choosing yarn as package-manager

Environment

OS Version     : Windows 7
NodeJS Version : v10.15.1
NPM Version    : 6.4.1
PRs open improvement

All 5 comments

Actually, I don't think that README has to be updated (it's a developer decision what's gonna be used). However, .gitignore surely would be helpful

Anything new regarding .gitignore generation?

The missing .gitignore is addressed by https://github.com/nestjs/nest-cli/pull/268 :+1:

Thanks @VinceOPS 鉂わ笍
and + I'm still upholding that opinion

Actually, I don't think that README has to be updated (it's a developer decision what's gonna be used).

No .gitignore has been bugging me. Just cloned the repo and lo-and-behold there's the .gitignore! Which led me here. Thanks @VinceOPS! 馃槃

Was this page helpful?
0 / 5 - 0 ratings