mirror of
https://github.com/antonmedv/fx
synced 2024-11-09 07:10:38 +00:00
25 lines
424 B
YAML
25 lines
424 B
YAML
name: fx
|
|
base: core18 # the base snap is the execution environment for this snap
|
|
version: git
|
|
summary: Command-line tool and terminal JSON viewer
|
|
description: |
|
|
Command-line JSON processing tool
|
|
Features
|
|
* Formatting and highlighting
|
|
* Interactive mode
|
|
* Themes support
|
|
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
parts:
|
|
fx:
|
|
plugin: nodejs
|
|
source: .
|
|
|
|
apps:
|
|
fx:
|
|
command: fx
|
|
plugs:
|
|
- network
|