autosarzs / Dev

Development AUTOSAR
Mozilla Public License 2.0
50 stars 21 forks source link

Base Template Generator #94

Closed mohamedashraf-eng closed 1 month ago

mohamedashraf-eng commented 2 months ago

Added a utility to generate templates for easy development.

Features:

Future updates:

Working:

pip install -r requirements.txt add files to generate in gen_files.txt python3 main.py

autosarzs commented 2 months ago

Lets wait for a little bit until we defien the final structure of the build system, then we will use this tool not only to create the files but also to create the CMake files with proper structure for both build and test

mohamedashraf-eng commented 1 month ago

@Mina-Karam First of all thanks for your great effort reviewing this and for the comments I will make sure to add all of this next version. I made this as base idea I agree it is not that efficient, after we identify the full template that we will use, I will add version 2.