Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kclejeune/sparqlfmt


https://github.com/kclejeune/sparqlfmt

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

sparqlfmt
=========

an opinionated sparql\* formatter

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/sparqlfmt.svg)](https://npmjs.org/package/sparqlfmt)
[![Downloads/week](https://img.shields.io/npm/dw/sparqlfmt.svg)](https://npmjs.org/package/sparqlfmt)
[![License](https://img.shields.io/npm/l/sparqlfmt.svg)](https://github.com/kclejeune/sparqlfmt/blob/master/package.json)

* [Usage](#usage)

# Usage

```sh-session
$ npm install -g sparqlfmt
$ sfmt (-v|--version)
sparqlfmt/0.1.0 darwin-x64 node-v14.18.0
$ sfmt --help
an opinionated sparql formatter

USAGE
$ sfmt FILE

ARGUMENTS
FILE file to format

OPTIONS
-d, --dry-run log the formatted output without overwriting the file
-h, --help show CLI help
-v, --version get the current sfmt version
```