An open API service indexing awesome lists of open source software.

https://github.com/vladimyr/ls-gh

List github repository contents using SVN bridge
https://github.com/vladimyr/ls-gh

cli github ls nodejs svn-bridge

Last synced: about 2 months ago
JSON representation

List github repository contents using SVN bridge

Awesome Lists containing this project

README

          

# ls-gh [![npm package version](https://badgen.net/npm/v/ls-gh)](https://npm.im/ls-gh) [![github license](https://badgen.net/github/license/vladimyr/ls-gh)](https://github.com/vladimyr/ls-gh/blob/master/LICENSE) [![js semistandard style](https://badgen.net/badge/code%20style/semistandard/pink)](https://github.com/Flet/semistandard)

>List github repository contents using SVN bridge

## Run
```
$ npx tldr-lite [command]
```

## Usage
```
$ npx ls-gh --help

ls-gh v1.0.0

Usage:
$ ls-gh # list remote items
$ ls-gh -b # list remote items on target branch

Options:
-b, --branch List items from specified git branch
-j, --json Output list in JSON format
-h, --help Show help
-v, --version Show version number

Homepage: https://github.com/vladimyr/ls-gh
Report issue: https://github.com/vladimyr/ls-gh/issues
```