Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 934 Bytes

style-guide.md

File metadata and controls

19 lines (10 loc) · 934 Bytes

Style-Guide

Notice: this guide is still in development!

This document is there to outline the development principles, style and quality of code. The goal of this guide is to homogenies the codebase. This guide will not be enforced to the letter but rather to it's spirit.

Project Goals

The main goal of the project is to provide an intuitive Software Development Kit (SDK) for the Proxmox Virtual Environment (PVE).

The secondary goal of the project is to provide a Command Line Interface (CLI) to interact with the PVE. A goal of this CLI is provide implementation examples of this SDK.

Command Line Interface

More information about the CLI van be found is cli.md

Software Development Kit

More information about the SDK van be found is sdk.md