diff --git a/.editorconfig b/.editorconfig index 67d639448..2355b967a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ indent_size = 4 [CHANGELOG.md] indent_size = 2 max_line_length = 120 + +[CITATION.cff] +indent_style = space +ident_size = 2 diff --git a/CITATION.cff b/CITATION.cff index 43bd1b3d4..3b1930b13 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,12 +11,12 @@ authors: affiliation: HTL Leonding orcid: 'https://orcid.org/0009-0001-5332-8988' - given-names: Lorenz - family-names: Holzbauer - email: l.holzbauer@students.htl-leonding.ac.at + family-names: Holzbauer + email: l.holzbauer@students.htl-leonding.ac.at affiliation: HTL Leonding - given-names: Fabian - family-names: Baitura - email: f.baitura@students.htl-leonding.ac.at + family-names: Baitura + email: f.baitura@students.htl-leonding.ac.at affiliation: HTL Leonding identifiers: - type: url diff --git a/kipper/cli/README.md b/kipper/cli/README.md index c9068e98a..0e114949a 100644 --- a/kipper/cli/README.md +++ b/kipper/cli/README.md @@ -22,9 +22,10 @@ and the [Kipper website](https://kipper-lang.org)._ [![DOI](https://zenodo.org/badge/411260595.svg)](https://zenodo.org/badge/latestdoi/411260595) -* [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-) -* [Usage](#usage) -* [Commands](#commands) + +- [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-) +- [Usage](#usage) +- [Commands](#commands) ## General Information @@ -39,6 +40,7 @@ and the [Kipper website](https://kipper-lang.org)._ # Usage + ```sh-session $ npm install -g @kipper/cli $ kipper COMMAND @@ -50,16 +52,18 @@ USAGE $ kipper COMMAND ... ``` + # Commands -* [`kipper compile [FILE]`](#kipper-compile-file) -* [`kipper help [COMMAND]`](#kipper-help-command) -* [`kipper new [LOCATION]`](#kipper-new-location) -* [`kipper run [FILE]`](#kipper-run-file) -* [`kipper version`](#kipper-version) + +- [`kipper compile [FILE]`](#kipper-compile-file) +- [`kipper help [COMMAND]`](#kipper-help-command) +- [`kipper new [LOCATION]`](#kipper-new-location) +- [`kipper run [FILE]`](#kipper-run-file) +- [`kipper version`](#kipper-version) ## `kipper compile [FILE]` @@ -202,6 +206,7 @@ USAGE ``` _See code: [src/commands/version.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0/kipper/cli/src/commands/version.ts)_ + ## Contributing to Kipper