qext-scripts

2.2.0 • Public • Published

qExt Scripts

qExt Scripts is a library that helps you with Qlik Sense Extension development, providing build/compiling tools as well as deployment options.


Setup

Install qext-scripts

npm install --save qext-scripts

qExt Scripts references a qext.config.json file at the root of your directory. Check out the full configuration documentation. You can also check out examples of setting up the configuration

Usage

qExt Scripts can be run by adding the qext-scripts command to your package.json scripts

Example:

{
    "name": "my-extension",
    "scripts": {
        "qext-scripts": "qext-scripts",
        "watch-qext-scripts": "qext-scripts -w"
    }
}

from your project root directory, you can execute npm run qext-scripts to run once, or npm run watch-qext-scripts to keep it running and watch any changes to your source files.

/qext-scripts/

    Package Sidebar

    Install

    npm i qext-scripts

    Weekly Downloads

    13

    Version

    2.2.0

    License

    ISC

    Unpacked Size

    36.4 kB

    Total Files

    17

    Last publish

    Collaborators

    • jabellizzi