Skip to content

Latest commit

 

History

History
168 lines (152 loc) · 8.69 KB

summary.md

File metadata and controls

168 lines (152 loc) · 8.69 KB

Summary

  • 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.

🎛️ System


Next (🤖 Development environment)
Top