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.

24 lines
298 B

  1. .TH "NPM" "" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm\fR
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm install\-ci\-test
  9. alias: npm cit
  10. .fi
  11. .RE
  12. .SH DESCRIPTION
  13. .P
  14. This command runs an \fBnpm ci\fP followed immediately by an \fBnpm test\fP\|\.
  15. .SH SEE ALSO
  16. .RS 0
  17. .IP \(bu 2
  18. npm help ci
  19. .IP \(bu 2
  20. npm help test
  21. .RE