NOTICE: MojitoLib is obsolete and has been replaced by MojitoLib2
MojitoLib
Google Apps Script library for the Mojito spreadsheet
To modify this library to your liking, you must do the following:
- Clone the MojitoLib git repo
- Install Node.js
- Install node-google-apps-script (TODO: Need to change this to use Google's clasp tool instead.)
- Follow the quickstart steps for gapps to get MojitoLib uploaded to your Google Drive.
- Edit one or more files using you favorite Javascript editor.
- Build the changes:
npm run build
- Upload the changes to your Google Drive project:
gapps push
- Open your updated MojitoLib in Google Drive and create a new version (File > Manage Versions menu).
- Open your copy of Mojito, go to the Script Editor, and change the MojitoLib library to the one in your Google Drive.
- When you are happy with your changes, commit the files to your local git repo (git add -u, git commit)