Skip to content

Commit

Permalink
Release 0.12.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Sep 18, 2024
1 parent 7b9a421 commit b146a37
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 26 deletions.
33 changes: 14 additions & 19 deletions kipper/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ and the [Kipper website](https://kipper-lang.org)._
[![DOI](https://zenodo.org/badge/411260595.svg)](https://zenodo.org/badge/latestdoi/411260595)

<!-- toc -->

- [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-)
- [Usage](#usage)
- [Commands](#commands)
* [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

## General Information
Expand All @@ -40,30 +39,27 @@ and the [Kipper website](https://kipper-lang.org)._
# Usage

<!-- usage -->

```sh-session
$ npm install -g @kipper/cli
$ kipper COMMAND
running command...
$ kipper (--version)
@kipper/cli/0.12.0-beta.0 linux-x64 node-v18.20.4
@kipper/cli/0.12.0-rc.0 linux-x64 node-v20.15.0
$ kipper --help [COMMAND]
USAGE
$ kipper COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- 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]`

Expand Down Expand Up @@ -115,7 +111,7 @@ EXAMPLES
kipper compile -t ts ./path/to/file.kip -o build/ -e utf16le --warnings --log-timestamp
```

_See code: [src/commands/compile.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-beta.0/kipper/cli/src/commands/compile.ts)_
_See code: [src/commands/compile.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-rc.0/kipper/cli/src/commands/compile.ts)_

## `kipper help [COMMAND]`

Expand All @@ -132,7 +128,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [src/commands/help.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-beta.0/kipper/cli/src/commands/help.ts)_
_See code: [src/commands/help.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-rc.0/kipper/cli/src/commands/help.ts)_

## `kipper new [LOCATION]`

Expand All @@ -149,7 +145,7 @@ OPTIONS
-d, --default Use the default settings for the new project. Skips the setup wizard.
```

_See code: [src/commands/new.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-beta.0/kipper/cli/src/commands/new.ts)_
_See code: [src/commands/new.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-rc.0/kipper/cli/src/commands/new.ts)_

## `kipper run [FILE]`

Expand Down Expand Up @@ -194,7 +190,7 @@ EXAMPLES
kipper run -t ts -o build/ -e utf8 -s "print('Hello, World!');" --warnings --log-timestamp
```

_See code: [src/commands/run.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-beta.0/kipper/cli/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-rc.0/kipper/cli/src/commands/run.ts)_

## `kipper version`

Expand All @@ -205,8 +201,7 @@ USAGE
$ kipper version
```

_See code: [src/commands/version.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-beta.0/kipper/cli/src/commands/version.ts)_

_See code: [src/commands/version.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0-rc.0/kipper/cli/src/commands/version.ts)_
<!-- commandsstop -->

## Contributing to Kipper
Expand Down
2 changes: 1 addition & 1 deletion kipper/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kipper/cli",
"description": "The Kipper Command Line Interface (CLI).",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"bin": {
"kipper": "./bin/run",
Expand Down
2 changes: 1 addition & 1 deletion kipper/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kipper/config",
"description": "The config file support package adding support for kip-config.json/kipper-config.json 🦊",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"dependencies": {
"is-plain-object": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion kipper/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kipper/core",
"description": "The core implementation of the Kipper compiler 🦊",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"dependencies": {
"antlr4ts": "^0.5.0-alpha.4",
Expand Down
2 changes: 1 addition & 1 deletion kipper/target-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kipper/target-js",
"description": "The JavaScript target for the Kipper compiler 🦊",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"dependencies": {
"@kipper/core": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion kipper/target-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kipper/target-ts",
"description": "The TypeScript target for the Kipper compiler 🦊",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"dependencies": {
"@kipper/target-js": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion kipper/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kipper/web",
"description": "The standalone web-module for the Kipper compiler 🦊",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"devDependencies": {
"@kipper/target-js": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kipper",
"description": "The Kipper programming language and compiler 🦊",
"version": "0.12.0-beta.0",
"version": "0.12.0-rc.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"dependencies": {
"@kipper/cli": "workspace:~",
Expand Down

0 comments on commit b146a37

Please sign in to comment.