@qualtrics/custom-block-client
v0.0.10-alpha.1
Published
## Overview
Maintainers
Keywords
Readme
Custom Block Plugin Client
Overview
The Custom Block Plugin Client provides an API to support building Custom Block plugins on the Qualtrics Developer Platform. It provides a subset of the general Developer Platform Plugin Client API to allow developers to interact with the Qualtrics product and Developer Platform features.
Qualtrics Developer Platform Resources
- Qualtrics Developer Platform Documentation
- Custom Block Plugin Quick Start
- Custom Block Plugin Deep Dive
- Plugin Client Command Reference
Steps to release to npmjs registry
- Make sure the version in
package.jsonis the version you want to release. - Make sure you have the npm token in your environment. `export INT_NPM_TOKEN={value from 1password}
- Verify it was sourced correctly
echo $INT_NPM_TOKEN - Uncomment the lines in
.npmrcto source the npm token correctly nvm use 20npm inpm run build-prodnpm publish- Revert changes in
.npmrc - Verify successful release at npmjs
