On 27/02/18, Ron Apelbaum gave a lecture about NPM during a JavaScript Israel Meetup.
Abstract:
NPM is "a package manager for javascript". Or so it says on their GitHub page.
But for long it's not just a package manager. We can actually use it as our build manager.
Let's see how we can distribute our project to different packages, manage their versions, and combine NPM and GIT to a beautiful harmony.
Obviously, we will use Node.js for creating all the build tools that we'll need.