Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.22 KB

cli.md

File metadata and controls

45 lines (25 loc) · 1.22 KB

CLI

As we you know each developer has his/her favorite IDE we provide a CLI Tool that can be used with any Java IDE i.e., IntelIJ, Eclipse, Netbeans and VS Code as well. He creates projects, packages, deploys. In addition to making your registration and login simply and easily.

{% hint style="warning" %} This is the alpha version. It is still in the testing phase and will be launched on 02/24/2020 {% endhint %}

Installation

Run npm install --global totalcross-npm-cli you will need NodeJS installed!

{% hint style="info" %} This is also useful for updating! {% endhint %}

Usage

Commands

To view detail on any command, use: totalcross [options] [command]

Commands:

  • create create new TotalCross project
  • package runs mvn package
  • deploy deploy your application
  • login login into your TotalCross account
  • registercreate TotalCross account

Options:

  • -V, --version output the version number
  • -h, --help output usage information

Feedback

TotalCross CLI is still under active development and we’d love to hear your feedback through GitLab issues.