JSPM

  • Created
  • Published
  • 0
  • Score
    100M100P100Q57292F

Tooltwist Command Line Interface

Package Exports

  • tooltwist

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tooltwist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Purpose

This command is used to invoke the ToolTwist Designer from the command line.

Traditionally ToolTwist is run as a webapp within a Tomcat server. With this command, ToolTwist can now be downloaded and invoked as a standalone executable directly from the command line.

Prerequisites

Before running this command you will need the following installed:

Node version 0.10+
Java version 1.7+
Gradle
ImageMagick

Running this command

Start with this command:

    tooltwist init
    

You can edit the generated tooltwist.js if you wish, or use it as is to run the designer on the ttdemo web design project.

To run the designer simply use:

    tooltwist

Once it is running, you can access the server at

    http://localhost:5000/ttsvr/login

Please Note

This command is currently pre-release, and only intended to be used by existing users of ToolTwist.

At this stage it won't work unless you have access to an existing ToolTwist repository.

More details can be requested from support@tooltwist.com.