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.

18 lines
271 B

  1. npm-stop(1) -- Stop a package
  2. =============================
  3. ## SYNOPSIS
  4. npm stop [-- <args>]
  5. ## DESCRIPTION
  6. This runs a package's "stop" script, if one was provided.
  7. ## SEE ALSO
  8. * npm-run-script(1)
  9. * npm-scripts(7)
  10. * npm-test(1)
  11. * npm-start(1)
  12. * npm-restart(1)