We have adopted general guidelines for all our projects. See CyberryTeam/contributing for more information.
- Install
library-dev
:
- apt (Debian based distributions):
sudo apt install library-dev
- dnf (Fedora based distributions):
sudo dnf install library-dev
- pacman (Arch based distributions):
sudo pacman -S library-dev
- Clone the repository:
git clone https://github.com/username/repository.git
- Setup the project:
setup .
Run the tests:
test .
Run coding style tests:
lint .