This plugin let's users of Google Docs utilise the features of Content Experience from within their Google documents
- Install
claspwithnpm install @google/clasp -g - Run
clasp loginand 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.jsonand.clasp.jsonfiles. Do not edit these unless you are making changes to the Script project. - Run
clasp pushto push the code to the Google Scripts project.
Learn more about clasp here