Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/twitch-panels
- Owner: Jaid
- License: mit
- Created: 2019-08-02T01:46:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T05:21:08.000Z (about 2 years ago)
- Last Synced: 2024-12-10T09:52:39.684Z (about 1 month ago)
- Topics: automation, cli, generate, generation, render, rendering, twitch, twitch-panels, twitchtv
- Language: JavaScript
- Homepage: https://github.com/Jaid/twitch-panels
- Size: 3.3 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# TwitchPanels
**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
```bash
npm install --global twitch-panels@^3.5.1
``````bash
yarn global add twitch-panels@^3.5.1
```
(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)