Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 369 Bytes

STYLE.md

File metadata and controls

18 lines (9 loc) · 369 Bytes

ioBroker Styleguide

Versioning

Do Semantic Versioning!

Javascript

Follow this Javascript styleguide!

Naming

Adapters

Please use lowercase only for adapter names. Allowed chars are: "a-z", "0-9" and "-", nothing else. The Github repo has to be named ioBroker.<adapter-name>