local-org-git-bridge
v2.0.1
Published
This package makes it easy to sync a LocalWP site with your organisation's Git.
Readme
Overview
This package makes it easy to sync a LocalWP site with your organisation's Git.

Requirements
Todo
- Refactor build process to use webpack for transpilation & module bundling
- Refactor the file copy function from
__temp__. Right now it's blocking the main thread at O(N) runtime but I can usefs/promisesand resolve them in parallel
