This becomes somewhat older knowledge, but in old days npm had faq command, which said:
npm should never be capitalized unless it is being displayed in a location that is customarily all-caps (such as the title of man pages.)
I could not find this in the latest npm CLI, but it is still possible to find it here. You can also see that both wiki and npm website refers to npm in all lower case.
Likely, it's not super important, just something to consider merging.
This becomes somewhat older knowledge, but in old days
npm
hadfaq
command, which said:I could not find this in the latest npm CLI, but it is still possible to find it here. You can also see that both wiki and npm website refers to npm in all lower case.
Likely, it's not super important, just something to consider merging.