CW V002 : Hapijs Elapsed Plugin - Adding Dependencies to a Node.js project
How to add dependencies to a Node.js project (4:49)
In this video tutorial we review the goals for our Hapijs Elapsed Plugin, and install some developer dependencies to our Node.js project so we can begin our test driven development of this Hapi plugin.
Create new GitHub repo, push to repo, install from repo (5:21)
This video demonstrates how to create a new GitHub repo and how to push our local code up to the new repository. Finally we test by installing this Node.js Hapi plugin directly from GitHub.
Enable Travis-CI continuous integration for GitHub project (4:43)
This video demonstrates how to configure and enable travis-ci for our GitHub repo. Finally we test by pushing a change which automatically runs the build and reports any errors.
Implement the Hapijs plugin to log the elapsed time
Iterate on the functionality to build a better plugin
Demonstrates pushing your local code to github and how to use npm to install it directly from the repo
Enable Travis-CI continuous integration service for our project which will build and run our tests on several Node.js environments and report any errors
Publish package to the npm registry and verify
Upcoming videos for this playlist
V010 - Update plugin to Hapi version 6, push changes to GitHub and npm