Skip to content

Commit

Permalink
feat!: Move GitHub Repository from TelestionTeam Organization to wues…
Browse files Browse the repository at this point in the history
…pace Organization

BREAKING CHANGE: If you referenced the npm packages via GitHub, please update your paths accordingly.
  • Loading branch information
fussel178 authored Apr 16, 2021
1 parent f8fcef7 commit da19ea3
Show file tree
Hide file tree
Showing 32 changed files with 545 additions and 545 deletions.
2 changes: 1 addition & 1 deletion .fliegdocrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
],
title: 'Telestion Client Monorepo',
externalLinks: {
GitHub: 'https://github.com/TelestionTeam/telestion-client/',
GitHub: 'https://github.com/wuespace/telestion-client/',
Homepage: 'https://telestion.wuespace.de/',
'React Spectrum Libraries': 'https://react-spectrum.adobe.com/',
'Legal Notice': 'https://www.wuespace.de/legal-notice/'
Expand Down
4 changes: 2 additions & 2 deletions .storybook/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ html {
margin: 0;
}

input + svg,
button svg {
button svg,
input + svg {
padding-right: 0 !important;
padding-left: 0 !important;
}
308 changes: 154 additions & 154 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 @@ -8,7 +8,7 @@ While we appreciate if you can follow our conventional commit structure, ensure

> **⚠ NOTE:** While the most important principles for contributing to the `telestion-client` repository are described below, the _Telestion Client Git Conventions_ contain a lot more information. This is especially mandatory for maintainers.
>
> You can find the latest release of this (as PDF) in the [`telestion-docs` releases](https://github.com/TelestionTeam/telestion-docs/releases/latest)
> You can find the latest release of this (as PDF) in the [`telestion-docs` releases](https://github.com/wuespace/telestion-docs/releases/latest)
### Installation

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Telestion Client

[![Maintainability](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/maintainability)](https://codeclimate.com/github/TelestionTeam/telestion-client/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/97fadf70f54a759cfaa4/test_coverage)](https://codeclimate.com/github/TelestionTeam/telestion-client/test_coverage)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TelestionTeam/telestion-client/CI)](https://github.com/TelestionTeam/telestion-client/actions?query=workflow%3ACI)
[![GitHub](https://img.shields.io/github/license/TelestionTeam/telestion-client)](LICENSE)
[![Maintainability](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/maintainability)](https://codeclimate.com/github/wuespace/telestion-client/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/5fb6ccd02dd3152ef03f/test_coverage)](https://codeclimate.com/github/wuespace/telestion-client/test_coverage)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/Test%20and%20Coverage?label=tests)](https://github.com/wuespace/telestion-client/actions?query=workflow%3A%22Test+and+Coverage%22)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wuespace/telestion-client/CI)](https://github.com/wuespace/telestion-client/actions?query=workflow%3ACI)
[![GitHub](https://img.shields.io/github/license/wuespace/telestion-client)](LICENSE)
[![Node current](https://img.shields.io/badge/node-%3E%3D14-brightgreen)](package.json)
[![NPM current](https://img.shields.io/badge/npm-%3E%3D7-blue)](package.json)
[![Twitter Follow](https://img.shields.io/twitter/follow/wuespace?style=social)](https://twitter.com/wuespace)
Expand All @@ -26,7 +26,7 @@ Before you begin, please make sure that you have the following tools installed o
- [NodeJS](https://nodejs.org/en/) ([Download](https://nodejs.org/en/download/))
- [npm](https://www.npmjs.com/) ([Installation instructions](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm))

With both installed, we're ready to take of 🚀:
With both installed, we're ready to take off 🚀:

### Installing the CLI

Expand Down Expand Up @@ -64,13 +64,13 @@ Houston, Tranquility Base here, the Eagle has landed! You should, now, see a fla

This might all seem a bit overwhelming, at first, but don't worry: We've got you covered and try to provide all the documentation and help you need to get going.

To learn about how to develop the PSC, please take a look at the _PSC Developer Manual_, which contains guides, explanations of concepts, and reference for everything surrounding the topic. You can find the latest version as PDF in the [Documentation Releases](https://github.com/TelestionTeam/telestion-docs/releases/latest). We are also working on providing this documentation on our website.
To learn about how to develop the PSC, please take a look at the _PSC Developer Manual_, which contains guides, explanations of concepts, and reference for everything surrounding the topic. You can find the latest version as PDF in the [Documentation Releases](https://github.com/wuespace/telestion-docs/releases/latest). We are also working on providing this documentation on our website.

For the always-up-to-date API reference for all the npm packages of this repository, please have a look at our [Online API Reference](https://telestionteam.github.io/telestion-client/), powered by [fliegdoc](https://github.com/fliegwerk/fliegdoc). As Telestion is meant to be extensible, documentation is a high priority. Therefore, we have a high standard for the API Reference, as well, with every exposed API being fully documented with Doc Comments, including an example for every function, and so on.
For the always-up-to-date API reference for all the npm packages of this repository, please have a look at our [Online API Reference](https://wuespace.github.io/telestion-client/), powered by [fliegdoc](https://github.com/fliegwerk/fliegdoc). As Telestion is meant to be extensible, documentation is a high priority. Therefore, we have a high standard for the API Reference, as well, with every exposed API being fully documented with Doc Comments, including an example for every function, and so on.

Last, but not least, you should also consider taking a look at some of our already existing PSCs:

- [Project Rocketsound PSC](https://github.com/TelestionTeam/telestion-rocketsound-psc)
- [Project Rocketsound PSC](https://github.com/wuespace/telestion-rocketsound-psc)

## This Repository

Expand Down Expand Up @@ -128,7 +128,7 @@ For the documentation on contributing to this repository, please take a look at

Thank you to all contributors of this repository:

[![Contributors](https://contrib.rocks/image?repo=TelestionTeam/telestion-client)](https://github.com/TelestionTeam/telestion-client/graphs/contributors)
[![Contributors](https://contrib.rocks/image?repo=wuespace/telestion-client)](https://github.com/wuespace/telestion-client/graphs/contributors)

Made with [contributors-img](https://contrib.rocks).

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"version": "0.3.0",
"private": true,
"homepage": "https://github.com/TelestionTeam/telestion-client#readme",
"homepage": "https://telestion.wuespace.de/",
"engines": {
"node": ">=14",
"npm": ">=7"
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/TelestionTeam/telestion-client.git"
"url": "git+https://github.com/wuespace/telestion-client.git"
},
"bugs": {
"url": "https://github.com/TelestionTeam/telestion-client/issues"
"url": "https://github.com/wuespace/telestion-client/issues"
},
"author": {
"name": "wuespace",
Expand Down
Loading

0 comments on commit da19ea3

Please sign in to comment.