Jaculus icon indicating copy to clipboard operation
Jaculus copied to clipboard

Project management

Open haberturdeur opened this issue 3 years ago • 0 comments

Projekt

- config(yaml?)
    + 1+ targetů
        * skupiny targetů?
    + project wide závislosti
    + ...
- src/
    + ...
- .jaculus/ == .pio/ (internosti nástroje)
    + build/
    + metadata
    + ...

Target

- entry point
    + by default se includují všechny soubory
        * nastavení glob patternem
        * dodatečně inteligentní include?
- obraz uživatelského fs (ne source, ale dodatečné věci, obrázky, web page...)
- target-specific závislosti
- ...

Code

- project(directory)
    + config
    + setup

- build (project, target, callback): error code
    + incremental?
    + pouze build

- upload (artefact, callback): error code
    + pouze upload

- targetToArtefact (project, target): artefact*

haberturdeur avatar Feb 09 '22 21:02 haberturdeur