adressin / MojitoLib

Google Apps Script library for the Mojito spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MojitoLib

Google Apps Script library for the Mojito spreadsheet

To modify this library to your liking, you must do the following:

  1. Clone the MojitoLib git repo
  2. Install Node.js
  3. Install node-google-apps-script (TODO: Need to change this to use Google's clasp tool instead.)
  4. Follow the quickstart steps for gapps to get MojitoLib uploaded to your Google Drive.
  5. Edit one or more files using you favorite Javascript editor.
  6. Build the changes: npm run build
  7. Upload the changes to your Google Drive project: gapps push
  8. Open your updated MojitoLib in Google Drive and create a new version (File > Manage Versions menu).
  9. Open your copy of Mojito, go to the Script Editor, and change the MojitoLib library to the one in your Google Drive.
  10. When you are happy with your changes, commit the files to your local git repo (git add -u, git commit)

About

Google Apps Script library for the Mojito spreadsheet

License:MIT License


Languages

Language:JavaScript 100.0%