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.

22 lines
461 B

  1. npm-star(1) -- Mark your favorite packages
  2. ==========================================
  3. ## SYNOPSIS
  4. npm star [<pkg>...]
  5. npm unstar [<pkg>...]
  6. ## DESCRIPTION
  7. "Starring" a package means that you have some interest in it. It's
  8. a vaguely positive way to show that you care.
  9. "Unstarring" is the same thing, but in reverse.
  10. It's a boolean thing. Starring repeatedly has no additional effect.
  11. ## SEE ALSO
  12. * npm-view(1)
  13. * npm-whoami(1)
  14. * npm-adduser(1)