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_configto init config file. - Modify the
config/config.jsfile as your like.
- When first run, you need to generate
credentials.jsonfile and set path.(check inconfig/config.js)
- Run
node index.jsand get result undertmp/result.yaml.
When first run, you may to auth google sheet api at the auth url.