Please I would love to know the meaning of the flag -y
. I noticed it is used in setting up an npm project, but what exactly does it mean?
npm init -y
Please I would love to know the meaning of the flag -y
. I noticed it is used in setting up an npm project, but what exactly does it mean?
npm init -y
from npm help init
:
Generate it without having it ask any questions:
$ npm init -y