Skip to content

Releases: uqbar-project/wollok-ts-cli

v0.0.4

21 May 17:12
0699153
Compare
Choose a tag to compare

Using wollok-ts v4.0.2

  • Remove electron dependencies, now we are using pkg for deployment.
  • Changes on UI: diagram and game are available from http server. External clients should be used.

For MacOS and Linux versions you may need to set file as executable

chmod +x path/to/the/file

v0.0.2

19 Mar 16:12
Compare
Choose a tag to compare

Using wollok-ts v3.1.6

  • Fix path-relative bugs
  • New tests for REPL
  • Fix some app build problems

v0.0.1-alpha

29 Jan 19:42
Compare
Choose a tag to compare

This is the list of the currently available commands:

  • --help: Shows the manual with all the options
  • run: Runs a Wollok program on the target project.
  • test [filter]: Runs Wollok tests on the target project.
  • repl: Opens the Wollok REPL on the target project importing the auto-import path (if any).

Includes integrated graphics support with Object diagram and Wollok Game 🎉