npm-whoami.1 342 B

1234567891011121314151617181920212223
  1. .TH "NPM\-WHOAMI" "1" "August 2021" "" ""
  2. .SH "NAME"
  3. \fBnpm-whoami\fR \- Display npm username
  4. .SS Synopsis
  5. .P
  6. .RS 2
  7. .nf
  8. npm whoami [\-\-registry <registry>]
  9. .fi
  10. .RE
  11. .SS Description
  12. .P
  13. Print the \fBusername\fP config to standard output\.
  14. .SS See Also
  15. .RS 0
  16. .IP \(bu 2
  17. npm help config
  18. .IP \(bu 2
  19. npm help npmrc
  20. .IP \(bu 2
  21. npm help adduser
  22. .RE