mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
10 lines
165 B
Markdown
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.
|