Only supported on Node >= 12
$ npm install --save gitcloudconst gitCloud = require('gitcloud');
gitCloud('http://nativefier.github.io/gitcloud')
.then(fileIndex => {
console.log(fileIndex);
})
.catch(error => {
console.error(error);
});$ npm testMIT