@entropyxyz/cli

v0.0.3
cli and tui for interacting with the entropy protocol
entropy entropyxyz entropy protocol

start

yarn build && npm install -g && entropy

start:debug

DEBUG=@entropyxyz/cli yarn start

build

tsup

test

yarn test:types && yarn test:ts && yarn test:only

lint

eslint . --ext .ts --fix

test:only

./dev/bin/test-only.sh

test:ts

yarn removedb && ./dev/bin/test-ts.sh

test:types

tsc --project tsconfig.json

prepare

husky

postinstall

husky

prepack

pinst --disable

postpack

pinst --enable

link:sdk

yarn link @entropyxyz/sdk

unlink:sdk

yarn unlink @entropyxyz/sdk

re-link:sdk

yarn unlink:sdk && yarn link:sdk

removedb

rm -rf .entropy && docker compose --file node_modules/@entropyxyz/sdk/dev/docker-scripts/two-nodes.yaml down 2> /dev/null
npm i @entropyxyz/cli

Metadata

Downloads