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.

50 lines
1.0 KiB

  1. .TH "NPM\-EDIT" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-edit\fR \- Edit an installed package
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm edit <pkg>[@<version>]
  9. .fi
  10. .RE
  11. .SH DESCRIPTION
  12. .P
  13. Opens the package folder in the default editor (or whatever you've
  14. configured as the npm \fBeditor\fP config \-\- see npm help 7 \fBnpm\-config\fP\|\.)
  15. .P
  16. After it has been edited, the package is rebuilt so as to pick up any
  17. changes in compiled packages\.
  18. .P
  19. For instance, you can do \fBnpm install connect\fP to install connect
  20. into your package, and then \fBnpm edit connect\fP to make a few
  21. changes to your locally installed copy\.
  22. .SH CONFIGURATION
  23. .SS editor
  24. .RS 0
  25. .IP \(bu 2
  26. Default: \fBEDITOR\fP environment variable if set, or \fB"vi"\fP on Posix,
  27. or \fB"notepad"\fP on Windows\.
  28. .IP \(bu 2
  29. Type: path
  30. .RE
  31. .P
  32. The command to run for \fBnpm edit\fP or \fBnpm config edit\fP\|\.
  33. .SH SEE ALSO
  34. .RS 0
  35. .IP \(bu 2
  36. npm help 5 folders
  37. .IP \(bu 2
  38. npm help explore
  39. .IP \(bu 2
  40. npm help install
  41. .IP \(bu 2
  42. npm help config
  43. .IP \(bu 2
  44. npm help 7 config
  45. .IP \(bu 2
  46. npm help 5 npmrc
  47. .RE