Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 749 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 749 Bytes

Projects-Orchestrator

Warning This project is still in progress

Project Description

The Projects-Orchestrator is a CLI tool designed to simplify the onboarding process for new developers. The tool automates various setup tasks to get a repository up and running on your local machine. It performs a series of actions including cloning the chosen repository, installing dependencies, fetching configurations from a vault, setting up .env or application.properties files, opening the IDE, and optionally running a local database.

Features

  • Clone repositories
  • Install project dependencies
  • Fetch and apply configurations from a vault
  • Open the project in your preferred IDE
  • Optional database setup for local development