Skip to content

Commit

Permalink
other: Fixed outdated GitHub repo urls and refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Feb 11, 2024
1 parent df4b943 commit 04e7d79
Show file tree
Hide file tree
Showing 27 changed files with 244 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing proposal for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/Luna-Klatzer/Kipper/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/Kipper-Lang/Kipper/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues
required: true
Expand Down
162 changes: 81 additions & 81 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you are working on or creating a bug issue, it is important to try and reprod
projects that recreate the situation that the bug was encountered in.

In case you are creating a bug issue, it is also important to provide steps on how to reproduce the issue and info
about your environment. The [bug issue template](https://github.com/Luna-Klatzer/Kipper/issues/new/choose) will help you
about your environment. The [bug issue template](https://github.com/Kipper-Lang/Kipper/issues/new/choose) will help you

### Feature issue

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ which can be included and used inside a browser without any dependencies.
## Making a new release

1. Get new version for the next release
(Visit GitHub for the [recommended version](https://github.com/Luna-Klatzer/Kipper/releases)):
(Visit GitHub for the [recommended version](https://github.com/Kipper-Lang/Kipper/releases)):

```bash
MAJOR.MINOR.PATCH
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# The Kipper programming language - `kipper` 🦊✨

[![Version](https://img.shields.io/npm/v/kipper?label=npm%20stable&color=%23cd2620&logo=npm)](https://npmjs.org/package/kipper)
[![Dev Version](https://img.shields.io/github/v/tag/Luna-Klatzer/Kipper?include_prereleases&label=dev&logo=github&sort=semver)](https://github.com/Luna-Klatzer/Kipper/tags)
[![codecov](https://codecov.io/gh/Luna-Klatzer/Kipper/branch/main/graph/badge.svg?token=S4RQT7X3YP)](https://codecov.io/gh/Luna-Klatzer/Kipper)
[![Issues](https://img.shields.io/github/issues/Luna-Klatzer/Kipper)](https://github.com/Luna-Klatzer/Kipper/issues)
[![License](https://img.shields.io/github/license/Luna-Klatzer/Kipper?color=cyan)](https://github.com/Luna-Klatzer/Kipper/blob/main/LICENSE)
[![Dev Version](https://img.shields.io/github/v/tag/Kipper-Lang/Kipper?include_prereleases&label=dev&logo=github&sort=semver)](https://github.com/Kipper-Lang/Kipper/tags)
[![codecov](https://codecov.io/gh/Kipper-Lang/Kipper/branch/main/graph/badge.svg?token=S4RQT7X3YP)](https://codecov.io/gh/Kipper-Lang/Kipper)
[![Issues](https://img.shields.io/github/issues/Kipper-Lang/Kipper)](https://github.com/Kipper-Lang/Kipper/issues)
[![License](https://img.shields.io/github/license/Kipper-Lang/Kipper?color=cyan)](https://github.com/Kipper-Lang/Kipper/blob/main/LICENSE)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper?ref=badge_shield)
[![DOI](https://zenodo.org/badge/411260595.svg)](https://zenodo.org/badge/latestdoi/411260595)

Expand All @@ -23,8 +23,8 @@ _For more details, you can read more about this project in the sections ["Goals
- Docs: https://docs.kipper-lang.org
- Playground: https://play.kipper-lang.org
- Issue Tracker: https://issues.kipper-lang.org
- Roadmap: [View Kipper Roadmap 🦊🚧](https://github.com/Luna-Klatzer/Kipper/discussions/139)
- Changelog: [View CHANGELOG.md](https://github.com/Luna-Klatzer/Kipper/blob/main/CHANGELOG.md)
- Roadmap: [View Kipper Roadmap 🦊🚧](https://github.com/Kipper-Lang/Kipper/discussions/139)
- Changelog: [View CHANGELOG.md](https://github.com/Kipper-Lang/Kipper/blob/main/CHANGELOG.md)

## Installation

Expand All @@ -49,7 +49,7 @@ If you are using `pnpm` or `yarn`, use `pnpm i kipper` or `yarn add kipper`.

## Goals & Planned Features

_View the current implementation state in the [Kipper Roadmap 🦊🚧](https://github.com/Luna-Klatzer/Kipper/discussions/139)._
_View the current implementation state in the [Kipper Roadmap 🦊🚧](https://github.com/Kipper-Lang/Kipper/discussions/139)._

- Full compiler ensured type safety, by analysing and reporting code during compilation.
- Duck typing type checking with TypeScript-like interface types for both compile and runtime.
Expand Down Expand Up @@ -131,7 +131,7 @@ This also enables the usage of Kipper files with the `.kip` extension, which can
without having to configure anything yourself. This also allows the input of data over the
console and file-interactions, which are not supported inside a browser.

For more info go to the [`@kipper/cli` README](https://github.com/Luna-Klatzer/Kipper/blob/main/kipper/cli/README.md).
For more info go to the [`@kipper/cli` README](https://github.com/Kipper-Lang/Kipper/blob/main/kipper/cli/README.md).

### Locally in your own code with `@kipper/core` 🦊⌨️

Expand Down Expand Up @@ -219,15 +219,15 @@ different cases and how Kipper should handle them during runtime.
## Contributing to Kipper

If you want to contribute to Kipper, we have a full guide explaining the structure of Kipper and how to use GitHub
issues and pull requests. Check it out [here](https://github.com/Luna-Klatzer/Kipper/blob/main/CONTRIBUTING.md)!
issues and pull requests. Check it out [here](https://github.com/Kipper-Lang/Kipper/blob/main/CONTRIBUTING.md)!

If you have any questions or concerns, you can open up a discussion page [here](https://github.com/Luna-Klatzer/Kipper/discussions)!
If you have any questions or concerns, you can open up a discussion page [here](https://github.com/Kipper-Lang/Kipper/discussions)!

We appreciate any feedback or help! Kipper is open-source and free for anyone, help us make it even better! 🦊❤️

## Copyright and License

![License](https://img.shields.io/github/license/Luna-Klatzer/Kipper?color=cyan)
![License](https://img.shields.io/github/license/Kipper-Lang/Kipper?color=cyan)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper?ref=badge_shield)

Copyright (C) 2021-2023 Luna Klatzer
Expand All @@ -244,7 +244,7 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.

See the [LICENSE](https://raw.githubusercontent.com/Luna-Klatzer/Kipper/main/LICENSE)
See the [LICENSE](https://raw.githubusercontent.com/Kipper-Lang/Kipper/main/LICENSE)
for information on terms & conditions for usage.

### FOSSA License Report
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ View a list of all available NPM versions [here](https://www.npmjs.com/package/@
## Reporting a Vulnerability

Reporting a vulnerability or issue can be done under
the [issues page](https://github.com/Luna-Klatzer/Kipper/issues/new/choose).
the [issues page](https://github.com/Kipper-Lang/Kipper/issues/new/choose).
Mark the issue as a bug report, and follow the guidelines inside the issue editor. Be as detailed as possible to avoid
too many followup questions.

Expand Down
4 changes: 2 additions & 2 deletions img/STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

## Primary logo

![](https://raw.githubusercontent.com/Luna-Klatzer/Kipper/main/img/Kipper-Logo-with-head.png)
![](https://raw.githubusercontent.com/Kipper-Lang/Kipper/main/img/Kipper-Logo-with-head.png)

## Fox head logo

![](https://raw.githubusercontent.com/Luna-Klatzer/Kipper/main/img/Kipper-Fox-Head.png)
![](https://raw.githubusercontent.com/Kipper-Lang/Kipper/main/img/Kipper-Fox-Head.png)
34 changes: 17 additions & 17 deletions kipper/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://github.com/Luna-Klatzer/Kipper/raw/main/img/Kipper-Logo-with-head.png)
![](https://github.com/Kipper-Lang/Kipper/raw/main/img/Kipper-Logo-with-head.png)

# Kipper CLI - `@kipper/cli` 🦊🖥️

Expand All @@ -9,14 +9,14 @@ straightforward, simple, secure and type-safe coding with better efficiency and

It compiles to both JavaScript and TypeScript, and can be set up in your terminal, Node.js or ES6+ browser. 🦊🖥️

_For more details, you can read more about this project on the [project repository](https://github.com/Luna-Klatzer/Kipper)
_For more details, you can read more about this project on the [project repository](https://github.com/Kipper-Lang/Kipper)
and the [Kipper website](https://kipper-lang.org)._

[![Version](https://img.shields.io/npm/v/@kipper/cli?label=release&color=%23cd2620&logo=npm)](https://npmjs.org/package/@kipper/cli)
[![Dev Version](https://img.shields.io/github/v/tag/Luna-Klatzer/Kipper?include_prereleases&label=dev&logo=github&sort=semver)](https://github.com/Luna-Klatzer/Kipper/tags)
[![codecov](https://codecov.io/gh/Luna-Klatzer/Kipper/branch/main/graph/badge.svg?token=S4RQT7X3YP)](https://codecov.io/gh/Luna-Klatzer/Kipper)
[![License](https://img.shields.io/github/license/Luna-Klatzer/Kipper?color=cyan)](https://github.com/Luna-Klatzer/Kipper/blob/main/LICENSE)
[![Issues](https://img.shields.io/github/issues/Luna-Klatzer/Kipper)](https://github.com/Luna-Klatzer/Kipper/issues)
[![Dev Version](https://img.shields.io/github/v/tag/Kipper-Lang/Kipper?include_prereleases&label=dev&logo=github&sort=semver)](https://github.com/Kipper-Lang/Kipper/tags)
[![codecov](https://codecov.io/gh/Kipper-Lang/Kipper/branch/main/graph/badge.svg?token=S4RQT7X3YP)](https://codecov.io/gh/Kipper-Lang/Kipper)
[![License](https://img.shields.io/github/license/Kipper-Lang/Kipper?color=cyan)](https://github.com/Kipper-Lang/Kipper/blob/main/LICENSE)
[![Issues](https://img.shields.io/github/issues/Kipper-Lang/Kipper)](https://github.com/Kipper-Lang/Kipper/issues)
[![Install size](https://packagephobia.com/badge?p=@kipper/cli)](https://packagephobia.com/result?p=@kipper/cli)
[![Publish size](https://badgen.net/packagephobia/publish/@kipper/cli)](https://packagephobia.com/result?p=@kipper/cli)
[![DOI](https://zenodo.org/badge/411260595.svg)](https://zenodo.org/badge/latestdoi/411260595)
Expand All @@ -33,8 +33,8 @@ and the [Kipper website](https://kipper-lang.org)._
- Docs: https://docs.kipper-lang.org
- Playground: https://play.kipper-lang.org
- Issue Tracker: https://issues.kipper-lang.org
- Roadmap: [View Kipper Roadmap 🦊🚧](https://github.com/Luna-Klatzer/Kipper/discussions/139)
- Changelog: [View CHANGELOG.md](https://github.com/Luna-Klatzer/Kipper/blob/main/CHANGELOG.md)
- Roadmap: [View Kipper Roadmap 🦊🚧](https://github.com/Kipper-Lang/Kipper/discussions/139)
- Changelog: [View CHANGELOG.md](https://github.com/Kipper-Lang/Kipper/blob/main/CHANGELOG.md)

# Usage

Expand Down Expand Up @@ -81,7 +81,7 @@ OPTIONS
-w, --[no-]warnings Show warnings that were emitted during the analysis.
```

_See code: [src/commands/analyse.ts](https://github.com/Luna-Klatzer/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/analyse.ts)_
_See code: [src/commands/analyse.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/analyse.ts)_

## `kipper compile [FILE]`

Expand Down Expand Up @@ -120,7 +120,7 @@ OPTIONS
--[no-]recover Recover from compiler errors and log all detected semantic issues.
```

_See code: [src/commands/compile.ts](https://github.com/Luna-Klatzer/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/compile.ts)_
_See code: [src/commands/compile.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/compile.ts)_

## `kipper help [COMMAND]`

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

_See code: [src/commands/help.ts](https://github.com/Luna-Klatzer/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/help.ts)_
_See code: [src/commands/help.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/help.ts)_

## `kipper run [FILE]`

Expand Down Expand Up @@ -176,7 +176,7 @@ OPTIONS
--[no-]recover Recover from compiler errors and display all detected compiler errors.
```

_See code: [src/commands/run.ts](https://github.com/Luna-Klatzer/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/run.ts)_
_See code: [src/commands/run.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/run.ts)_

## `kipper version`

Expand All @@ -187,21 +187,21 @@ USAGE
$ kipper version
```

_See code: [src/commands/version.ts](https://github.com/Luna-Klatzer/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/version.ts)_
_See code: [src/commands/version.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.11.0-alpha.1/kipper/cli/src/commands/version.ts)_
<!-- commandsstop -->

## Contributing to Kipper

If you want to contribute to Kipper, we have a full guide explaining the structure of Kipper and how to use GitHub
issues and pull requests. Check it out [here](https://github.com/Luna-Klatzer/Kipper/blob/main/CONTRIBUTING.md)!
issues and pull requests. Check it out [here](https://github.com/Kipper-Lang/Kipper/blob/main/CONTRIBUTING.md)!

If you have any questions or concerns, you can open up a discussion page [here](https://github.com/Luna-Klatzer/Kipper/discussions)!
If you have any questions or concerns, you can open up a discussion page [here](https://github.com/Kipper-Lang/Kipper/discussions)!

We appreciate any feedback or help! Kipper is open-source and free for anyone, help us make it even better! 🦊❤️

## Copyright and License

![License](https://img.shields.io/github/license/Luna-Klatzer/Kipper?color=cyan)
![License](https://img.shields.io/github/license/Kipper-Lang/Kipper?color=cyan)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FLuna-Klatzer%2FKipper?ref=badge_shield)

Copyright (C) 2021-2023 Luna Klatzer
Expand All @@ -218,7 +218,7 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.

See the [LICENSE](https://raw.githubusercontent.com/Luna-Klatzer/Kipper/main/LICENSE)
See the [LICENSE](https://raw.githubusercontent.com/Kipper-Lang/Kipper/main/LICENSE)
for information on terms & conditions for usage.

### FOSSA License Report
Expand Down
6 changes: 3 additions & 3 deletions kipper/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"LICENSE"
],
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Luna-Klatzer/Kipper/issues",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
"repository": {
"type": "git",
"url": "https://github.com/Luna-Klatzer/Kipper"
"url": "https://github.com/Kipper-Lang/Kipper"
},
"keywords": [
"kipper",
Expand All @@ -68,7 +68,7 @@
"@oclif/plugin-warn-if-update-available"
],
"helpClass": "./lib/help",
"repositoryPrefix": "https://github.com/Luna-Klatzer/Kipper/blob/v<%- version %>/kipper/cli/<%- commandPath %>",
"repositoryPrefix": "https://github.com/Kipper-Lang/Kipper/blob/v<%- version %>/kipper/cli/<%- commandPath %>",
"warn-if-update-available": {
"timeoutInDays": 7,
"message": "<%= config.name %> npm package update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>."
Expand Down
2 changes: 1 addition & 1 deletion kipper/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const author = "Luna Klatzer";
// eslint-disable-next-line no-unused-vars
export const license = "GPL-3.0-or-later";
// eslint-disable-next-line no-unused-vars
export const github = "https://github.com/Luna-Klatzer/Kipper";
export const github = "https://github.com/Kipper-Lang/Kipper";
58 changes: 58 additions & 0 deletions kipper/config/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "@kipper/config",
"description": "The config file support package adding support for kip-config.json 🦊",
"version": "0.11.0-alpha.0",
"author": "Luna-Klatzer @Luna-Klatzer",
"devDependencies": {
"typescript": "5.1.3"
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8"
},
"homepage": "https://kipper-lang.org",
"bugs": "https://github.com/Kipper-Lang/Kipper/issues",
"repository": {
"type": "git",
"url": "https://github.com/Kipper-Lang/Kipper"
},
"keywords": [
"kipper",
"language",
"compiler"
],
"files": [
"lib",
"src",
"LICENSE",
"KipperLexer.g4",
"KipperParser.g4"
],
"size-limit": [
{
"path": "./kipper-standalone.min.js",
"limit": "200 kB"
},
{
"path": "./kipper-standalone.js",
"limit": "400 kB"
}
],
"license": "GPL-3.0-or-later",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepack": "pnpm run build",
"build": "tsc",
"version": "pnpm version",
"antlr4ts": "antlr4ts -visitor -o ./src/compiler/parser/antlr ./KipperLexer.g4 ./KipperParser.g4",
"postantlr4ts": "run-script-os",
"postantlr4ts:linux:macos:default": "cp ./src/compiler/parser/antlr/*.interp ./lib/compiler/parser/antlr/ && cp ./src/compiler/parser/antlr/*.tokens ./lib/compiler/parser/antlr/ && cp ./src/compiler/parser/antlr/*.tokens ./",
"postantlr4ts:windows": "copy .\\src\\compiler\\parser\\antlr\\*.interp .\\lib\\compiler\\parser\\antlr\\ /Y && copy .\\src\\compiler\\parser\\antlr\\*.tokens .\\lib\\compiler\\parser\\antlr\\ && copy .\\src\\compiler\\parser\\antlr\\*.tokens .\\",
"lint": "pnpm run tslint",
"lint:fix": "pnpm run tslint:fix",
"tslint": "eslint ./src/ --ext .ts --config ./../../.eslintrc",
"tslint:fix": "eslint ./src/ --ext .ts --config ./../../.eslintrc --fix",
"size-limit": "size-limit"
}
}
Loading

0 comments on commit 04e7d79

Please sign in to comment.