Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TIBCOSoftware/tibcli-node
Command line version of Visual Studio Code extension
https://github.com/TIBCOSoftware/tibcli-node
Last synced: about 4 hours ago
JSON representation
Command line version of Visual Studio Code extension
- Host: GitHub
- URL: https://github.com/TIBCOSoftware/tibcli-node
- Owner: TIBCOSoftware
- License: bsd-3-clause
- Created: 2017-08-23T00:50:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:44:53.000Z (over 1 year ago)
- Last Synced: 2024-05-22T13:31:05.385Z (6 months ago)
- Language: JavaScript
- Size: 805 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- tci-awesome - Command Line Interface for Node.js
README
# tibcli-node
[![Travis](https://img.shields.io/travis/TIBCOSoftware/tibcli-node.svg?style=flat-square)]() [![bitHound](https://img.shields.io/bithound/dependencies/github/TIBCOSoftware/tibcli-node.svg?style=flat-square)]() [![npm](https://img.shields.io/npm/v/tibcli-node.svg?style=flat-square)]() [![license](https://img.shields.io/github/license/TIBCOSoftware/tibcli-node.svg?style=flat-square)]()
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.0Usage: 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 informationCommands:
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](docs/create.md), [package](docs/package.md) and [env](docs/env.md) pages.## Build and contribute
You want to contribute to this tool? Awesome! Check out the [build and contribute](docs/build-and-contribute.md) page to get started## Other TIBCO Cloud Integration repos
You might also want to visit our other repos
* [tci-awesome](https://github.com/TIBCOSoftware/tci-awesome), a curated set of awesome projects built on TIBCO Cloud Integration
* [Connectors for TIBCO Business Studio - Cloud Edition](https://github.com/TIBCOSoftware/tci-studio-samples)
* [tci-webintegrator](https://github.com/TIBCOSoftware/tci-webintegrator), the SDK to build cool extensions for our Web Integrator
* [Visual Studio Code extension for Node.js](https://github.com/TIBCOSoftware/vscode-extension-tci)## Contributors
[Leon Stigter](https://github.com/retgits)## 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.