@knime/scripting-editor
v0.0.95
Published
Shared Scripting Editor components for KNIME
Downloads
1,285
Readme
KNIME Scripting Editor Framework
This package contains the Scripting Editor framework for KNIME Analytics Platform. Use this framework to build dialogs for KNIME nodes that allow the user to write scripts.
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Project Setup
npm install
Compile and Hot-Reload for Development
npm run build-watch
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint