sebdeckers / pfnp

:alien: Programming For Non-Programmers
19 stars 13 forks source link

intro to using npm #18

Open vilav opened 8 years ago

vilav commented 8 years ago

The task runners are awesome, again had no clue about how to use them. Any links/vids to how to start using them in greater detail?

sebdeckers commented 8 years ago

Small example of using package.json to run tasks. http://blog.npmjs.org/post/127671403050/testing-and-deploying-with-ordered-npm-run-scripts

Reference: