nodejs (2)

node-semver: CLI Tool for Semantic Versioning 2.0.0
14 April 2016 ยท 2 minutes read

In this post, I want to tell you about node-semver, a SemVer 2.0.0 parser command-line tool and a node.js library (the one that npm uses).

Quickly Hosting Static Files In Your Development Environment with Node http-server
28 September 2014 ยท 2 minutes read

Yesterday, I was looking for something to have a really quick test space on my machine to play with AngularJS and I found http-server: a simple zero-configuration command-line http server.