markkorput / pycfgr

cfgr is a text-based VPL that separates data from logic
MIT License
1 stars 1 forks source link

launch-on-startup #1

Closed markkorput closed 5 years ago

markkorput commented 5 years ago

Create a feature that install itself as

Features;

It should support all cfgr.app options;

python -m cfgr.launch_on_startup -d path/to/data.json -c componentId -s startEvent

Will require custom implementation for different platforms;