git-ls-remote-js

0.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i git-ls-remote-js

Weekly Downloads

8

Version

0.1.3

License

MIT

Last publish

Collaborators

  • johnanthony