Skip to content

Latest commit

Β 

History

History
168 lines (152 loc) Β· 8.69 KB

File metadata and controls

168 lines (152 loc) Β· 8.69 KB

Summary

πŸ“ File encoding

πŸ“‚ Filesystem

πŸ’» Terminal

  • Fire shell commands with execa.
  • Keep shell commands to simple command arguments... calls.
  • Use npx or execa to fire local binaries.
  • Outside Node.js (e.g. in npm scripts), environment variables should be referenced and passed using cross-env.
  • Avoid redirecting to a file descriptor with the stdio option of child_process methods.

πŸ”’ Security

πŸŽ›οΈ System


Next (πŸ€– Development environment)
Top