Flowscripter CLI.
This project provides a CLI for the Flowscripter system.
This is a work in progress
Firstly:
npm install
then:
Build: npm run build
Watch: npm run watch
Test: npm test
Lint: npm run lint
E2E test: npm run e2e
NOTE: End-to-end testing is only performed on MacOS and Linux (not Windows).
After building, the CLI can be run with:
bin/flowscripter
To run with debug logging:
DEBUG=* NODE_NO_WARNINGS=1 bin/flowscripter
To simulate installation:
sudo npm link
flowscripter
npm install -g @flowscripter/cli
flowscripter
Further details on project configuration files and Javascript version support can be found in the template for this project.
MIT © Flowscripter