arceddataflow is a Stata command that creates the do files for the data flow for a project.
📝 V1.0.0: May 2023 - GitHub repo
net install arceddataflow, all replace ///
	from("https://raw.githubusercontent.com/ARCED-Foundation/arceddataflow/master")arceddataflow, dofiles(string) correction(string)
dofiles specifies the path where the do files should be created
arceddataflow, 	do("C:\Users\Mehrab Ali\Projects\New Project") ///
		correction(C:\Users\Mehrab Ali\Projects\New Project\Data\Corrections) ///
		author("Mehrab Ali, ARCED Foundation") ///
		email("mehrab.ali@arced.foundation") ///
		project("Project ABC")Please report all 🐞/feature request to the github issues page