is announcing that Shipit with version number 1.4.0 is already available to download.
What is Shipit ?
Shipit is A server automation package for Node.js, allowing developers to deploy and execute scripts on multiple servers at the same time .
Shipit is to Node.js what Capistrano is for Ruby, allowing developers to automate a series of operations and have them executed on multiple servers with just a single line of code.This package relies on special configuration files, which when executed from a Node.js or io.js engine will connect to a series of servers, and run a predetermined list of commands via SSH.Depending on how deep and complicated developers can setup these configuration files, Shipit can be used to run basic commands or as a full-on server deployment engine, setting up and rolling back complete server environments.Usage instructions are provided with the Shipit’s README file, so please refer to them for some basic examples, a summary of basic commands, and a list of optional plugins.Shipit has seen usage in live production environments with the Le Monde website and the Ghost blogging platform.
This is changelog for Shipit version 1.4.0 :
You can read the complete changelog and also download this latest version on their homepage: github.com