Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 525 Bytes

CETONI SiLA 2 Core SDK

Installation

Run pip install . from the root directory containing the file setup.py

Usage

Run python -m sila_cetoni_core --help to receive a full list of available options

Code generation

  • generate
    $ python -m sila2.code_generator new-package -n core_service -o ./sila_cetoni/core/sila/ ./sila_cetoni/core/features*.sila.xml
  • update
    $ python -m sila2.code_generator update -d ./sila_cetoni/core/sila/ ./sila_cetoni/core/features*.sila.xml