CL-GAS-NIPPO is a Google App Script to create nippo.
At first, Roswell and npm are required.
- Install clasp
$ npm i @google/clasp -g
- Login to Google
$ clasp login
- Install dependent (but not registered to quicklisp) system
$ ros install eshamster/ps-experiment
- Clone this repository
$ cd ~/.roswell/local-projects/ $ git clone https://github.com/eshamster/cl-gas-nippo.git
- Copy configuration files and edit
# Set your empty GAS project ID $ cp .clasp.json.in .clasp.json # Set your empty Google spreadsheet ID and mail addresses, and so on $ cp config.lisp.in config.lisp
- Compile to a JavaScript file and push by clasp
$ make push-new
- eshamster (hamgoostar@gmail.com)
Copyright (c) 2020 eshamster (hamgoostar@gmail.com)
Licensed under the MIT License.