
Dev Workflow
- 3 installs
- Updated August 2, 2026
- contentstack/contentstack-marketplace-sdk
Develop Contentstack marketplace extensions and integrations using the SDK.
About
SDK for building and managing Contentstack marketplace apps and integrations. Provides tools for developing extensions that work within the Contentstack ecosystem.
- Build custom marketplace extensions for Contentstack
- Integrate with Contentstack workflows and content management
Dev Workflow by the numbers
- 3 all-time installs (skills.sh)
- Ranked #3,722 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/contentstack-marketplace-sdk --skill dev-workflowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 3 |
|---|---|
| Last updated | August 2, 2026 |
| Repository | contentstack/contentstack-marketplace-sdk ↗ |
What it does
Develop Contentstack marketplace extensions and integrations using the SDK.
Files
Development workflow – contentstack-marketplace-sdk
When to use
- Installing deps or running the full test matrix before a PR
- Understanding
pretesthooks (lint before tests)
Instructions
Commands
npm run build— clean + Babel + Webpack bundles for node/web/RN/NativeScript.npm test—test:apithentest:unitperpackage.json.npm run lint— ESLint onlibandtest.
Hooks
- `pretest` clears coverage and runs lint—fix lint before expecting tests to run cleanly.
CI
- Unit tests run in
.github/workflows/unit-test.yml—mirror key commands locally.