Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 293 Bytes

15.md

File metadata and controls

15 lines (11 loc) · 293 Bytes

Take-aways

Node.js can be great in the TTY

  • Data processing
  • npm scripts
  • CI/CI scripts
  • CLI apps

Highlighted NPM libs

  • yargs - Argument parsing
  • shelljs - JS equivalents of bash builtins
  • husky - Simple git hooks
  • simple-git - JS interface for git