1.5.2 • Published 7 years ago

fbpx-cli v1.5.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Build Status

fbpx command line interface

fbpx is the command line interface for Chiχ Flow

Usage:

  Usage: fbpx [options] <file ...>

  Commands:

    run|r [options] <filename>        Run graph
    graph|g [options] <filename>      Show Graph
    input                             Show input data
    deps                              Show dependencies
    tokens                            Debug lexer tokens
    convert|c [options]               Convert file
    install|i                         Load node definitions & install requirements
    browserify|brsf [options] <file>  Create a browserified bundle

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -v, --verbose      verbose output
    -C, --nocache      do not read/write cache
    -P, --purge        purge cache file
    -l, --log [level]  log [level]

Install graph dependencies:

fbpx install graphs/clock.fbp

Run server side graph:

fbpx install graphs/server_side_graph.fbp

Browserify graph bundle + watch:

fbpx browserify graphs/clock.fbp --watch -o example/bundle.js

Browserify graph bundle + watch + debug:

fbpx browserify graphs/clock.fbp --debug --watch -o example/bundle.js

For vim & watch you might have to do :set nowb otherwise during a save the file will not be found.

1.5.2

7 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.14

9 years ago

1.2.13

9 years ago

1.2.12

9 years ago

1.2.11

9 years ago

1.2.10

9 years ago

1.2.9

9 years ago

1.2.8

9 years ago

1.2.7

10 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago