Roborecipe generate robot build instructions automatically.
See Generated html file.
roborecipe is based on Ubuntu20.4 and Python3
see xml document
pip install roborecipe
$ git clone https://github.com/eriac/roborecipe.git
$ cd roborecipe
$ pip install ./ (add -e for develope mode)
$ roborecipe # dispaly help
$ roborecipe list -d ~/roborecipe/sample/
### package ###
...
### component ###
...
$ roborecipe generate sample_project main_asm -d roborecipe/sample/ -o out
pip uninstall roborecipe