A repo to read and convert google sheet data to YAML file.
A repo to read and convert google sheet data to yaml file.
yarn install
.make init_config
to init config file.config/config.js
file as your like.credentials.json
file and set path.(check in config/config.js
)node index.js
and get result under tmp/result.yaml
.When first run, you may to auth google sheet api at the auth url.