rxdi / firelink

Firebase. gcloud and monorepos are not combining very well until they met @rxdi/firelink
MIT License
68 stars 9 forks source link

feat(copy): added new argument which can be passed called use native copy which defaults to nodejs copy recursive #57

Closed Stradivario closed 2 years ago

Stradivario commented 2 years ago

Issue

Description

Introduced new argument to pass --use-native-copy which will fallback to nodejs implementation of recursive copy files and folders instead of default one rsync. This change is introduced in order for people which doesn't have rsync installed to use firelink as intended.

Caution this implementation is not so efficient and it may take more time in comparison to `rsync

Type of change