0.1.16 • Published 9 years ago
gas-lib-boilerplate v0.1.16
Google Apps Script lib boilerplate
Install
First, clone the repo via git:
git clone https://github.com/pyoner/gas-lib-boilerplate.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm installUsage for lib
Put your code inside src/lib directory. To publish lib code on npm run:
npm publishOptional actions
Install
npm install -g node-google-apps-scriptmore info- clone this repo and move to inside repo directory
npm install .install deps- change
gapps.config.jsonfileId
Usage for test app or lib code on a server
To build project run:
npm run buildTo deploy project run:
npm run deployor run:
gapps upload0.1.16
9 years ago