1.0.1 • Published 4 years ago

@cladular/ipfs-add-folder v1.0.1

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

IPFS Add Folder

Recursively adds a folder to IPFS.

Usage

npx @cladular/ipfs-add-folder <project-directory> <ipfs-node-url> 

Pinning Files & Folders

If you wish to pin the added files and folders you can use the --pin (or -p) option:

npx @cladular/ipfs-add-folder <project-directory> <ipfs-node-url> --pin

Quiet Execution

When the root hash created by the add operation is required for later operations (such as registering it in IPNS), you can use the --quiet (or -q) option:

npx @cladular/ipfs-add-folder <project-directory> <ipfs-node-url> --quiet
1.0.1

4 years ago

1.0.0

4 years ago