Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
268 B

  1. npm-whoami(1) -- Display npm username
  2. =====================================
  3. ## SYNOPSIS
  4. npm whoami [--registry <registry>]
  5. ## DESCRIPTION
  6. Print the `username` config to standard output.
  7. ## SEE ALSO
  8. * npm-config(1)
  9. * npm-config(7)
  10. * npmrc(5)
  11. * npm-adduser(1)