项目作者: joeeeeey

项目描述 :
A repo to read and convert google sheet data to YAML file.
高级语言: JavaScript
项目地址: git://github.com/joeeeeey/gsheet2yml.git
创建时间: 2019-09-29T07:47:50Z
项目社区:https://github.com/joeeeeey/gsheet2yml

开源协议:

下载


Intro

A repo to read and convert google sheet data to yaml file.

How to Use

  1. Clone this repo.
  2. Open terminal and go into the directory of this repo.
  3. Run yarn install.
  4. Run make init_config to init config file.
  5. Modify the config/config.js file as your like.
    • When first run, you need to generate credentials.json file and set path.(check in config/config.js )
  6. Run node index.js and get result under tmp/result.yaml.

Note:

When first run, you may to auth google sheet api at the auth url.