First, clone the repository:
Then build the core. In the core
folder, run:
yarn install && yarn build
Then build the CLI tool. In the cli
folder, run:
yarn install && yarn build
In the cli
folder, run the command:
node build/index.js download <url>
To see the valid commands, run:
node build/index.js help