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

https://github.com/jamesridgway/devdeck-core

Core library for DevDeck
https://github.com/jamesridgway/devdeck-core

devdeck

Last synced: 3 months ago
JSON representation

Core library for DevDeck

Awesome Lists containing this project

README

          

# DevDeck - Core
![CI](https://github.com/jamesridgway/devdeck_core/workflows/CI/badge.svg?branch=main)

Stream Deck control software for software developer's.

This is the core library for [DevDeck](https://github.com/jamesridgway/devdeck).

Any controls or decks for DevDeck should be built using the core library.

## Developing plugins for DevDeck
TODO

### Making a Control

TODO

### Making a Deck

TODO

## Making changes to devdeck_core

1. Clone the repository
2. Run `./setup.sh` to create a new virtual environment and install dependencies
3. Run `./run-tests.sh` to ensure that you can run tests successfully
4. That's it - get coding and enjoy!