Clone the repo into your local machine
git clone https://github.com/DannyXY/zuri-nft-csv
To Use the CLI tool, you have to have node installed in your local system
After installing node(If yoou didn't have it prior), Install all dependencies using this command
npm install
Once the dependencies are installed, copy the csv file you want to format into the current directory
Run the command below to copy the example.env to a .env file and change the values to your own values
cp .example.env .env
then run the script using the commmand below
node index.js
Once you're prompted to enter the path to the csv file, type the name of the file if it is in the directory, else write the relative/full path to the file
Input the file relative file path of the .CSV file: C:\Users\Fola Adewambe\nft-zuri\HNGi9 CSV FILE - Sheet1.csv
or
Input the file relative file path of the .CSV file: HNGi9 CSV FILE - Sheet1.csv
Wait for the process to complete and there you have it