Skip to content

eclipse/kuksa.val.feeders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY HAS BEEN ARCHIVED, see issue 174 for details.

The Eclipse KUKSA project has reorganized the repositories it uses, and most content of this repository has been moved to new repositories within the eclipse-kuksa Github organization.

Providers moved to new repositories

Kuksa Feeders and Providers

kuksa.val Logo

Name Description
Replay KUKSA Server replay script for previously recorded files, created by running KUKSA Server with --record argument

Pre-commit set up

This repository is set up to use pre-commit hooks. Use pip install pre-commit to install pre-commit. After you clone the project, run pre-commit install to install pre-commit into your git hooks. Pre-commit will now run on every commit. Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.