Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

Migrating to a Monorepo Structure using Turborepo. #3

Open Ansh-Sarkar opened 2 years ago

Ansh-Sarkar commented 2 years ago

Description

MIgrate current code base structure into a monorepo by leveraging turborepo.

Resources

Turborepo Official Documentation

Ansh-Sarkar commented 2 years ago

Rather than having all the scripts in a single root package.json file, I'll be migrating such that every package has self contained scripts. This would allow easier integration with turborepo and better control over pipelines. Currently working on this.