This plugin let's users of Google Docs utilise the features of Content Experience from within their Google documents
- Install
clasp
withnpm install @google/clasp -g
- Run
clasp login
and enter the credentials of the Google account which owns this plugin. - The project is setup to push the code to the appropriate Google Scripts project. This is done via
appsscript.json
and.clasp.json
files. Do not edit these unless you are making changes to the Script project. - Run
clasp push
to push the code to the Google Scripts project.
Learn more about clasp
here