Files
til/javascript/who-am-i-npm-edition.md
T

10 lines
165 B
Markdown

# Who Am I: NPM Edition
Want to know who has been configured as the current user via the NPM CLI?
```bash
$ npm whoami
```
See `man npm-whoami` for more details.