Skip to content

vic08/solution-a

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published