contentful-ui-extensions-sdk

v4.29.1
A JavaScript library to develop custom apps for Contentful

test

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

lint

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

lint:fix

npm run lint -- --fix

build

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

build:debug

npm run build -- --sourcemap

prepublishOnly

npm run build

size

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

semantic-release

semantic-release

publish-all

node ./scripts/publish.js

verify

node ./scripts/verify.js

check-types

tsc --noEmit -m commonjs

prepare

husky install

lint-staged

lint-staged
npm i contentful-ui-extensions-sdk

Metadata

  • MIT
  • Whatever
  • Contentful GmbH
  • released 8/15/2024

Downloads