A plugin for generating .comapeocat category files directly from Google Spreadsheet. This tool streamlines the process of creating and managing category configurations for Comapeo projects.
This project uses @google/clasp for Google Apps Script development.
To get started:
- Install clasp globally:
npm install -g @google/clasp
- Login to your Google account:
clasp login
-
Enable the Google Apps Script API in your Google Cloud Console.
-
Push your local changes to the Google Apps Script project:
clasp push
- Open the project in the Google Apps Script editor:
clasp open
For more information on using clasp, refer to the @google/clasp documentation.