README.md

May 1, 2022 ยท View on GitHub

Calcit Workflow

running in both Calcit and Calcit-js, with hot code reload.

Usages

Install Calcit to run demo:

cr -1 # run once

cr # run and watch

run tests:

cr -1 --entry test

run test in JavaScript:

cr --emit-js -1 --entry test # emit-js once
node main.mjs # run code

Workflow

https://github.com/calcit-lang/calcit-workflow

License

MIT

Contents

  1. 1Calcit Workflow
  2. 1.1Usages
  3. 1.2Workflow
  4. 1.3License