git-ls-remote-js
v0.1.3
Published
## About A simple, pure-javascript `git ls-remote` replacement for Node.JS. Suitable for AWS Lambdas and other restrictive environments.
Downloads
5
Readme
git-ls-remote-js
About
A simple, pure-javascript git ls-remote
replacement for Node.JS. Suitable for
AWS Lambdas and other restrictive environments.
Example usage
const lsRemote = require('git-ls-remote-js');
lsRemote('https://github.com/git/git').then((refs) => {
console.log(refs);
});
License
MIT © Optimise Media