FLOW-NODE(1) | User Commands | FLOW-NODE(1) |
NAME¶
flow-node - Fast flow-types aware evaluator or REPL
SYNOPSIS¶
flow-node [options] [ script.js ] [arguments]
OPTIONS¶
- -h, --help
- Show this message
- -v, --version
- Prints the current version of flow-node
- -e, --eval script
- Evaluate script
- -p, --print script
- Evaluate script and print result
- -c, --check
- Syntax check script without executing
- -a, --all
- Interpret all files as flow-typed, not just those with a @flow comment
November 2022 | flow-node v1.2.3 |