0.1.6 • Published 2 years ago

@jych/pin-to-ipfs v0.1.6

Weekly downloads
7
License
ISC
Repository
github
Last release
2 years ago

Deprecated in favor of a newer GitHub Action that provides the same functionality.

Use https://github.com/jamescallumyoung/pinata-publish-action instead.

pin-to-ipfs

A small Node.JS utility to pin files to the IPFS network using Pinata.

Install:

npm i @jych/pin-to-ipfs

Usage:

pin-to-ipfs --key=$KEY --secret=$SECRET --dir=$DIRECTORY_PATH

Arguments:

--key (required) Is your Pinata API Key.

--secret (required) Is your Pinata API Secret.

--dir (required) Is the path to the directory. Its contents will be recursively pinned.

--name (optional) The name of the pin. If omitted, a default value will be provided.

0.1.6

2 years ago

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago