Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 458 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 458 Bytes

Aave-test CLI

Run the project locally

  1. Install dependencies and build
nvm use
npm i
npm run build
  1. Create a global link of the current package
npm link
  1. The CLI is now available on your terminal via aave-test command:
aave-test balances ./data.json

See available CLI commands

aave-test -h

Run unit tests

npm t

Run eslint

npm run lint
npm run lint:fix