An open API service indexing awesome lists of open source software.

https://github.com/naveedkhan8067/ple_devops


https://github.com/naveedkhan8067/ple_devops

automation devops domain-engineering lifecycle product-line-engineering

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Domain Engineering Repository

This repository is used for domain engineer assets and workflows.

## Prerequisite:

1. [Node.js](https://nodejs.org/en): It requires node.js version 18.x.

2. [Git](https://git-scm.com/): It should be installed on the machine.

## Local Build Guidelines

1. Clone the repository and navigate to its path through Command Line.
2. Install the preprocessor globally using the following command:
```
npm install -g c-preprocessor
```
3. Set environment variables `COMPONENT` and `VARIANT_TYPE` for building the required component's variant.
4. Execute `prepareExecutePreprocessor.py` to prepare the required variant.
5. Now go to the "README.md" file of that component for further build instructions.