Skip to content

motor-js/motor-mono-repo

Repository files navigation

Motor Logo

lerna Join the community on Spectrum gzip size

The React Framework for Qlik Sense Mashups

Find docs, gudes, the API and more at motor-js.io

Commands

From Root

  • Publish new packages / commit repo's that are private: lerna publish
  • Start all packages: yarn start
  • Start specific package: lerna run start --scope=package-name

From Project Directory

  • Install dependencies: npm install
  • Start package: npm run start
  • Link engine package: lerna add @motor-js/engine --scope=package-name

Quick Features

  • Simple, opinionated API for interacting with the Qlik engine
  • Headless (100% customizable, Bring-your-own-UI)
  • Lightweight
  • Works with all Qlik Sense deployment types
  • Easy flag to expose the Capability APIs

Previous Version

  • You can find our previous release, including charts & components here, and documentation here.