0.2.4 • Published 9 years ago

node-jsfl-runner v0.2.4

Weekly downloads
8
License
ISC
Repository
-
Last release
9 years ago

node-jsfl-runner

To Compile

  • Install TypeScript & TSD
  • tsd reinstall -o
  • tsd rebundle
  • tsc

To Get

  • npm install node-jsfl-runner

Method description

  • createJSFL(jsfl: JSFL, outputFileName: string, initParams: Array, callback: (err?: NodeJS.ErrnoException, outputFileName?: string) => void): void
  • deleteJSFL(fileName: string, callback: (err?: NodeJS.ErrnoException) => void): void
  • runJSFL(execOpts: Object, jsflName: string, callback: (err?: NodeJS.ErrnoException) => void): void

Example

  • Check out example/usage.ts for sample usage.
0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago