mikey247 / csv-sha-256-creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Locally

Clone the project

  git clone https://github.com/mikey247/csv-sha-256-creator.git

Go to the project directory

cd csv-sha-256-creator

Install dependencies

  npm install

The current implementation requires user to copy in their csv file to the directory before running the script

In your Bash, run the script

  ./index.js -f yourCsvFile.csv
  OR
  node index.js -f yourCsvFile.csv

  TO RUN THE DEFAULT TEST CSV

  ./index.js -f
  OR
  node index.js -f

New CSV and JSON directory

// An updated csv file yourCsvFile.output.csv and json file yourCsvFile.json with the new Hash colunm is created in a new "data" folder for your usage
// An "nfts" folder is created with json files for each nft.

ENJOY😎

About


Languages

Language:JavaScript 100.0%