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
- Host: GitHub
- URL: https://github.com/jamesridgway/devdeck-core
- Owner: jamesridgway
- License: bsd-3-clause
- Created: 2020-12-22T20:03:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T19:44:40.000Z (about 2 years ago)
- Last Synced: 2025-09-06T08:56:34.546Z (9 months ago)
- Topics: devdeck
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevDeck - Core

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!