@contentful/app-sdk

v4.3.2
SDK to develop custom UI Extension for the Contentful Web App

lint

eslint '{lib,test}/**/*.{t,j}s'

size

echo "Gzipped, estimate: $(gzip -9 -c dist/cf-extension-api.js | wc -c) bytes"

test

ts-mocha -p tsconfig.test.json 'test/unit/*.[jt]s' --reporter mocha-multi-reporters --reporter-options configFile=mocha.unit-reporters.json

build

npm run check-types && rollup -c --compact

verify

node ./scripts/verify.js

prepare

husky install

lint:fix

npm run lint -- --fix

build:debug

npm run build -- --sourcemap

check-types

tsc --noEmit -m commonjs

lint-staged

lint-staged

publish-all

node ./scripts/publish.js

prepublishOnly

npm run build

semantic-release

semantic-release
npm i @contentful/[email protected]

Metadata

  • MIT
  • Whatever
  • Contentful GmbH
  • released 2/9/2022

Downloads