Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/twitch-panels

Generates Twitch panels.
https://github.com/jaid/twitch-panels

automation cli generate generation render rendering twitch twitch-panels twitchtv

Last synced: 16 days ago
JSON representation

Generates Twitch panels.

Awesome Lists containing this project

README

        

# TwitchPanels

License Sponsor twitch-panels
Build status Commits since v3.5.1 Last commit Issues
Latest version on npm Dependents Downloads

**Generates Twitch panels.**

#### Opinionated

This project is tailored to my personal needs and workflows and therefore highly opinionated. Feel free to use it or get inspired by it, but please do not get frustrated if you come across weird features or have difficulties integrating it in your own ecosystem.

## Installation

twitch-panels on npm

```bash
npm install --global twitch-panels@^3.5.1
```

twitch-panels on Yarn

```bash
yarn global add twitch-panels@^3.5.1
```

@jaid/twitch-panels on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --global @jaid/twitch-panels@^3.5.1
```

## CLI Usage
After installing package `twitch-panels` globally, you can use its command line interface.
```bash
twitch-panels
```
For usage instructions:
```bash
twitch-panels --help
```

## Development

Setting up:
```bash
git clone [email protected]:jaid/twitch-panels.git
cd twitch-panels
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/twitch-panels/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)