@chainsafe/files-cli

v0.0.12
A cli to download, decrypt and save locally any file uploaded to ChainSafe Files.

clean

rm -rf lib && rm -f tsconfig.tsbuildinfo

build

concurrently "yarn build:lib" "yarn build:types"

build:release

yarn clean && yarn run build && yarn run build:typedocs

build:lib

babel src -x .ts -d lib --source-maps --copy-files

build:lib:watch

yarn run build:lib --watch

build:typedocs

typedoc --exclude src/index.ts --out docs src

build:types

tsc --project tsconfig.build.json --incremental --declaration --outDir lib --emitDeclarationOnly

build:types:watch

yarn run build:types --watch --preserveWatchOutput

build:refdocs

ts-node docsgen docs/cli.md

check-types

tsc --noEmit

lint

eslint --color --ext .ts src/

lint:fix

yarn run lint --fix

pretest

yarn run check-types
npm i @chainsafe/files-cli

Metadata

Downloads