JSPM

git-ls-remote

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 122
  • Score
    100M100P100Q121175F
  • License GPLv2

A very simple interface to git ls-remote

Package Exports

  • git-ls-remote

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-ls-remote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status

git-ls-remote

A very simple interface to git-ls-remote for node.js

installation

npm install git-ls-remote

requirements

  • git

usage

this is stupid-simple, take a peek in the tests for an example.