egghead.io
illustration for How to Use npm Scripts as Your Build Tool

Course

How to Use npm Scripts as Your Build Tool

  1. 1
    Create a basic package.json file
    1m 56s
  2. 2
    Run the basic npm scripts
    56s
  3. 3
    Create a custom npm script
    1m 17s
  4. 4
    Run npm scripts in series
    59s
  5. 5
    Run npm scripts in parallel
    2m 5s
  6. 6
    Use a shorthand syntax for running multiple npm scripts with npm-run-all
    1m 38s
  7. 7
    Run a set of similar npm scripts with a wildcard
    1m 58s
  8. 8
    Use pre and post npm script lifecycle hooks
    1m 23s
  9. 9
    Pass arguments to npm scripts
    1m 3s
  10. 10
    Pipe data from one npm script to another
    4m 31s
  11. 11
    Run npm scripts when files change with onchange
    2m 6s
  12. 12
    Use package.json variables in npm scripts
    1m 22s
  13. 13
    Use custom config settings in your npm scripts
    3m
  14. 14
    Run npm scripts with git hooks
    1m 56s
  15. 15
    Change the level of console output when running npm scripts
    48s
  16. 16
    Make npm scripts cross-environment friendly
    5m 41s
  17. 17
    List available npm scripts and support tab completion
    1m 52s
  18. 18
    Add comments to your npm scripts
    2m 10s
  19. 19
    Pull out npm scripts into another file with p-s
    5m 52s
  20. 20
    Create a bash script to replace a complex npm script
    2m 55s
  21. 21
    Create a node script to replace a complex npm script
    7m 4s

Run npm scripts with git hooks

Elijah Manor
InstructorElijah Manor
  • npm
    npm

Share this video with your friends

Send Tweet

In this lesson we will look about how we can integrate with git hooks to help enforce a certain level of quality before you either commit your code or push to a remote repository.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions