Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/otbe/gqlf
- Owner: otbe
- License: mit
- Created: 2017-05-29T15:31:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T19:49:48.000Z (over 7 years ago)
- Last Synced: 2024-11-14T14:46:05.031Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```