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
- Host: GitHub
- URL: https://github.com/naveedkhan8067/ple_devops
- Owner: naveedkhan8067
- Created: 2023-04-12T17:02:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:05:37.000Z (over 1 year ago)
- Last Synced: 2025-10-06T13:11:34.924Z (9 months ago)
- Topics: automation, devops, domain-engineering, lifecycle, product-line-engineering
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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.