Skip to content

b3devs/MojitoLib2

Repository files navigation

MojitoLib

NEED TO UPDATE THIS

Google Apps Script library for the Mojito spreadsheet

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

  1. Install Node.js
  2. Clone the MojitoLib2 git repo
  3. Change directory to MojitoLib2: cd MojitoLib2
  4. Install node modules: npm install
  5. Follow the quickstart steps for gapps to get MojitoLib uploaded to your Google Drive.
  6. Edit one or more files using your favorite Javascript editor, such as VS Code
  7. Build the changes: npm run build
  8. Upload the changes to your Google Drive project: npm run push
  9. Open your updated MojitoLib in Google Drive and create a new version (File > Manage Versions menu).
  10. Open your copy of Mojito, go to the Script Editor, and change the MojitoLib library to the one in your Google Drive.
  11. When you are happy with your changes, commit the files to your local git repo: git add -u then git commit

NOTE: The Mojito spreadsheet expects the name of this library to be 'MojitoLib'. So if you want to add your own custom MojitoLib library to Mojito, you must rename it to 'MojitoLib'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published