Skip to content

🗃 CLI application to batch sync local git repos with cloud git providers

Notifications You must be signed in to change notification settings

tkodev/app-gitsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-gitsync

CLI application to batch sync local git repos with cloud git providers

Code Architecture

  • Uses functional approad to code structure.
    • modules store and export functions in their scope
    • schema store and export object templates
  • Example program flow:
    • index.js initializes cli module
    • cli function returns required tasks to run
    • index.js runs appropriate task function which calculates changes needed, calls functions in github.js and local.js
    • github.js and local.js functions execute actions on their respective services (local git or github api);

About

🗃 CLI application to batch sync local git repos with cloud git providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published