Wiring | API

By Dev | 1 August, 2017

A brief description

wiring is the name for the stuff that wires the various boxxd parts together.

A myBoxxd package has a .wiring directory which contains meta data for the various packages, but it also contains components such as javascript libraries, fonts, css for the plugables.

Wiring is being conceived so that automation scripts can run on top of a myBoxxd container and perform various functions such as extra meta information, do maintenance work or build new components.

Overview of the meta data

List of contents

Use of TOML

Meta data is written in a specific way. A couple of reasons why TOML was chosen.

Continue reading

API meta definitions

An overview of the meta formats defining the attributes of the plugins

Continue reading