0.1.3 • Published 7 years ago

git-ls-remote-js v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

1.0.0

7 years ago