What is the ‘npm create’ command?
It is an interesting question; I wasn’t aware of this either. To answer this question, I ran npm create –help which printed npm init [–force|-f|–yes|-y|–scope] npm init <@scope> (same as npx <@scope>/create) npm init [<@scope>/] (same as npx [<@scope>/]create-<name>) aliases: create, innit So yes, it is a synonym, or more specifically an alias, for npm … Read more