@mazurp/twx-widget

1.0.12 • Public • Published

ThingWorx Widget CLI

Thingworx Widget CLI is a command line application to allow developers to build widget for ThingWorx. The widget cli can be used to create node typescript project base on Template

Installation

Run the following command to install the widget cli globally.

$ npm install -g @mazurp/twx-widget

Creating your first connector project

Run the following command to install the widget cli globally.

$ twx-widget init

After this you will be ask about details

Init

You can also use parameter to quickly create new project:

    -n        name of widget
    -d        description of widget
    -t        minimum Thingworx version
    -a        author/vendor of widget
    -r        auto deploy (true/false)
    -s        URL TWX for auto deploy
    -u        TWX username
    -p        TWX password

afret execute this command CLI create project and install all dependencys

Additional comand

 $ twx-widget build

builds the production version of the widget. Creates a new extension zip file under the zip folder. The production version is optimized for sharing and using in production enviroments.

 $ twx-widget deploy

creates a build, and uploads the extension zip to the thingworx server configured during crating project. The build is created for developement, with source-maps enabled.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @mazurp/twx-widget

Weekly Downloads

0

Version

1.0.12

License

MIT

Unpacked Size

484 kB

Total Files

34

Last publish

Collaborators

  • mazurp