gas-lib-boilerplate

0.1.16 • Public • Published

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

  1. npm install -g node-google-apps-script more info
  2. clone this repo and move to inside repo directory
  3. npm install . install deps
  4. 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

Package Sidebar

Install

npm i gas-lib-boilerplate

Weekly Downloads

1

Version

0.1.16

License

MIT

Last publish

Collaborators

  • pyoner