Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 838 Bytes

File metadata and controls

35 lines (22 loc) · 838 Bytes

comapeo-config-spreadsheet-plugin

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:

  1. Install clasp globally:
npm install -g @google/clasp
  1. Login to your Google account:
clasp login
  1. Enable the Google Apps Script API in your Google Cloud Console.

  2. Push your local changes to the Google Apps Script project:

clasp push
  1. Open the project in the Google Apps Script editor:
clasp open

For more information on using clasp, refer to the @google/clasp documentation.