Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otbe/gqlf

Simple File Explorer exposed via GraphQL
https://github.com/otbe/gqlf

Last synced: about 2 months ago
JSON representation

Simple File Explorer exposed via GraphQL

Awesome Lists containing this project

README

        

# gqlf
```gqlf``` is a **g**raph**ql** based **f**ile explorer.
Side project, mostly useless.

## Install

```
$ npm i -g gqlf
```

## Usage

```
$ gqlf -h
usage: gqlf [-h] [-v] [-p PORT]

GraphQL based File Explorer

Optional arguments:
-h, --help Show this help message and exit.
-v, --version Show program's version number and exit.
-p PORT, --port PORT Defines the express port which the server listens on
(default 4000)
```