A repo to read and convert google sheet data to yaml file.
- Clone this repo.
- Open terminal and go into the directory of this repo.
- Run
yarn install
. - Run
make init_config
to init config file. - Modify the
config/config.js
file as your like.
- When first run, you need to generate
credentials.json
file and set path.(check inconfig/config.js
)
- Run
node index.js
and get result undertmp/result.yaml
.
When first run, you may to auth google sheet api at the auth url.