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.

34 lines
620 B

  1. .TH "NPM\-PREFIX" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-prefix\fR \- Display prefix
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm prefix [\-g]
  9. .fi
  10. .RE
  11. .SH DESCRIPTION
  12. .P
  13. Print the local prefix to standard out\. This is the closest parent directory
  14. to contain a package\.json file unless \fB\-g\fP is also specified\.
  15. .P
  16. If \fB\-g\fP is specified, this will be the value of the global prefix\. See
  17. npm help 7 \fBnpm\-config\fP for more detail\.
  18. .SH SEE ALSO
  19. .RS 0
  20. .IP \(bu 2
  21. npm help root
  22. .IP \(bu 2
  23. npm help bin
  24. .IP \(bu 2
  25. npm help 5 folders
  26. .IP \(bu 2
  27. npm help config
  28. .IP \(bu 2
  29. npm help 7 config
  30. .IP \(bu 2
  31. npm help 5 npmrc
  32. .RE