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.

23 lines
460 B

  1. npm-prefix(1) -- Display prefix
  2. ===============================
  3. ## SYNOPSIS
  4. npm prefix [-g]
  5. ## DESCRIPTION
  6. Print the local prefix to standard out. This is the closest parent directory
  7. to contain a package.json file unless `-g` is also specified.
  8. If `-g` is specified, this will be the value of the global prefix. See
  9. `npm-config(7)` for more detail.
  10. ## SEE ALSO
  11. * npm-root(1)
  12. * npm-bin(1)
  13. * npm-folders(5)
  14. * npm-config(1)
  15. * npm-config(7)
  16. * npmrc(5)