TIBCOSoftware / tibcli-node

Command line version of Visual Studio Code extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tibcli-node

Travis bitHound npm license

A command line tool to help developers with Node.js code on TIBCO Cloud Integration

Install

You can install the package by using the npm commandline

$ npm install -g tibcli-node

Alternatively, you can download the sources from this repo and build the tool yourself.

Usage

 __   __ __          __ __                       __
|  |_|__|  |--.----.|  |__|______.-----.-----.--|  |.-----.
|   _|  |  _  |  __||  |  |______|     |  _  |  _  ||  -__|
|____|__|_____|____||__|__|      |__|__|_____|_____||_____|
                        The tibcli for Node.js apps, v0.5.0


  Usage: tibcli-node [options] [command]

  Help developers with Node.js apps on TIBCO Cloud Integration


  Options:

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


  Commands:

    create      create a new skeleton app in the chosen directory
    package     package the app into a zip file to deploy
    env         update the environment settings for the app
    help [cmd]  display help for [cmd]

For more detailed help check out the create, package and env pages.

Build and contribute

You want to contribute to this tool? Awesome! Check out the build and contribute page to get started

Other TIBCO Cloud Integration repos

You might also want to visit our other repos

Contributors

Leon Stigter

License

Copyright © 2017. TIBCO Software Inc. This file is subject to the license terms contained in the license file that is distributed with this file.

About

Command line version of Visual Studio Code extension

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%