YoVDO

How to Use npm Scripts as Your Build Tool

Offered By: egghead.io

Tags

npm Courses Node.Js Courses Bash Scripting Courses

Course Description

Overview

In this course we will introduce the topic of using npm scripts as a build tool. We will start simple and then continue to build a small website as we introduce new topics. By the end of the course, you'll know how to get started and what tools and techniques are needed for you to create your own set of build scripts.

Syllabus

  • Create a basic package.json file
  • Run the basic npm scripts
  • Create a custom npm script
  • Run npm scripts in series
  • Run npm scripts in parallel
  • Use a shorthand syntax for running multiple npm scripts with npm-run-all
  • Run a set of similar npm scripts with a wildcard
  • Use pre and post npm script lifecycle hooks
  • Pass arguments to npm scripts
  • Pipe data from one npm script to another
  • Run npm scripts when files change with onchange
  • Use package.json variables in npm scripts
  • Use custom config settings in your npm scripts
  • Run npm scripts with git hooks
  • Change the level of console output when running npm scripts
  • Make npm scripts cross-environment friendly
  • List available npm scripts and support tab completion
  • Add comments to your npm scripts
  • Pull out npm scripts into another file with p-s
  • Create a bash script to replace a complex npm script
  • Create a node script to replace a complex npm script

Taught by

Elijah Manor

Related Courses

MongoDB for Node.js Developers
MongoDB University
Introduction to Office 365 Development and APIs
Microsoft via edX
Server-side Development with NodeJS
The Hong Kong University of Science and Technology via Coursera
Front-End Web UI Frameworks and Tools
The Hong Kong University of Science and Technology via Coursera
Introduction to MongoDB using the MEAN Stack
MongoDB via edX