coveo-sliders
v1.0.16
Published
A script to create folder structure for Coveo For Sitecore sprint review.
Downloads
4
Readme
Creates the sprint review presentation slides and put it in the appropriate folder in Google Drive.
You have to add an env variable named JIRAAUTH containing your JIRA api-token created here https://id.atlassian.com/manage/api-tokens in the [email protected]:token format encoded in base64.
npm install
npm run start
If it's the first time you run the script, you will be asked to allow the appropriate permissions for your user to use the API for Google Slides and Drive.
Use F5 in VS Code to debug.
To publish
npm version patch
npm publish