computering
v0.0.1
Published
Seem a live coding demi-god by using computering
Readme
computering
A cheap knockoff of Peter Schroders computering in node.
Usage
Install the package
npm install --global computeringcreate a presentation
var interval = setInterval(function(){
console.log('you rock!');
}, 1000);and run it with the computering command:
computering presentation.js