0.1.3 • Published 9 years ago

git-ls-remote-js v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
9 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

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

1.0.0

9 years ago