Skip to content

gridbee-bc/gridbee-dev-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GridBee Dev Library

Developer utilities for building Google Apps Script automation and GridBee-powered Workspace tools.

Features

  • Download Apps Script projects
  • Export scripts to Google Drive
  • Backup and version utilities
  • Tools for building GridBee products

Example

GBDev.scripts.download(scriptId);
GBDev.scripts.exportToDrive(scriptId);

Installation

Add the library to your Apps Script project.

Example

function test() { const data = GBDev.scripts.download(ScriptApp.getScriptId()); Logger.log(data); }

About

Developer utilities for building Google Apps Script automation and GridBee-powered Workspace tools.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors