gas-lib-boilerplate
v0.1.16
Published
Google Apps Script lib boilerplate
Downloads
1
Maintainers
Readme
Google Apps Script lib boilerplate
Install
First, clone the repo via git:
git clone https://github.com/pyoner/gas-lib-boilerplate.git your-project-name
And then install dependencies.
$ cd your-project-name && npm install
Usage for lib
Put your code inside src/lib directory. To publish lib code on npm run:
npm publish
Optional actions
Install
npm install -g node-google-apps-script
more info- clone this repo and move to inside repo directory
npm install .
install deps- change
gapps.config.json
fileId
Usage for test app or lib code on a server
To build project run:
npm run build
To deploy project run:
npm run deploy
or run:
gapps upload