项目作者: emersonian

项目描述 :
Extract scripts from TIBCO Spotfire DXP files
高级语言: JavaScript
项目地址: git://github.com/emersonian/spotty.git
创建时间: 2018-11-30T18:19:56Z
项目社区:https://github.com/emersonian/spotty

开源协议:

下载


Spotty: Extract scripts from a Spotfire DXP file

Develop and test your scripts outside of Spotfire in a version controlled environment.

Installation

  1. npm install -g emersonian/spotty

Usage

  1. spotty (source_dxp) (dest_dir)

JS will be placed in ./dest_dir/js and Python in ./dest_dir/python

Development

To run Spotty from within his own git directory you will need to cd to the project directory and run npm install