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.

30 lines
545 B

  1. .TH "NPM\-STAR" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-star\fR \- Mark your favorite packages
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm star [<pkg>\.\.\.]
  9. npm unstar [<pkg>\.\.\.]
  10. .fi
  11. .RE
  12. .SH DESCRIPTION
  13. .P
  14. "Starring" a package means that you have some interest in it\. It's
  15. a vaguely positive way to show that you care\.
  16. .P
  17. "Unstarring" is the same thing, but in reverse\.
  18. .P
  19. It's a boolean thing\. Starring repeatedly has no additional effect\.
  20. .SH SEE ALSO
  21. .RS 0
  22. .IP \(bu 2
  23. npm help view
  24. .IP \(bu 2
  25. npm help whoami
  26. .IP \(bu 2
  27. npm help adduser
  28. .RE