codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Makego - Nabil #164

Open Nabil-Salah opened 2 days ago

Nabil-Salah commented 2 days ago

Description:

Create a simple build automation tool similar to Make, but with a simpler featureset. The tool should be able to execute targets with dependencies and commands, focusing on the core functionality of a build system.

Requirements:

1. Configuration File:

2. Target Definition:

3. Dependency Resolution:

4. Command Execution:

5. CLI Interface:

6. Concurrency:

7. Error Handling:

8. Testing:

9. Documentation:

Optional Enhancements: