Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kclejeune/sparqlfmt
https://github.com/kclejeune/sparqlfmt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kclejeune/sparqlfmt
- Owner: kclejeune
- License: mit
- Created: 2021-10-12T07:19:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T06:59:55.000Z (6 months ago)
- Last Synced: 2024-09-15T03:30:46.781Z (3 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 formatterUSAGE
$ sfmt FILEARGUMENTS
FILE file to formatOPTIONS
-d, --dry-run log the formatted output without overwriting the file
-h, --help show CLI help
-v, --version get the current sfmt version
```