0.0.13 • Published 4 years ago

@nx-azure/azcopy v0.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@nx-azure/azcopy

This is a node script warpped around the AzCopy Azure Storage tool.

This package enables you to run AzCopy without having to worry about which environment you're running on, because it will download the appropriate AzCopy binary for you.

Running @nx-azure/azcopy

You can run @nx-azure/azcopy by npm installing it like this:

npm install -g @nx-azure/azcopy
# followed by
nx-azure-azcopy -h

Or you can npx it like:

npx @nx-azure/azcopy

This wrapper script passes through arguments to AzCopy, so look to AzCopy's docs on what arguments it takes.

Why?

This tiny wrapper is a very useful way of executing AzCopy from a node script, without having to think about what environment you're currently on and explictly downloading the correctly binary for AzCopy. This enables AzCopy to be basicallly cross platform, without any additional overhead.

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago