1.0.0 • Published 2 years ago

pod-asset-to-csv v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Pod - Asset to CSV

Quickstart

Install the CLI

npm install -g pod-asset-to-csv

Now you can use the cli command to generate the seed csv based on a valid asset folder:

# Run the command
pod-asset-to-csv ./asset-folder

# Specify the order of each layer
# 1. Use the arrow keys to move between the rows & set the order for each trait type
# 2. Bigger means closer to front, smaller means closer to the back

   0 - Order 0
   1 - Order 1
   2 - Order 2
   3 - Order 3
   4 - Order 4
   5 - Order 5
   6 - Order 6
   7 - Order 7
             0     1     2     3     4     5     6     7
Background   ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Body         ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Clothe       ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Eyes         ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Eyewear      ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Hat          ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Mask         ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯
Mouth        ◯ ───◯ ───◉ ───◯ ───◯ ───◯ ───◯ ───◯

The generated csv file will be located inside the asset folder.

Reference

  1. Sample asset folder