Skip to content

uqbar-project/wollok-ts-cli

Repository files navigation

Wollok-TS-CLI

Build CI codecov License: GPL v3 npm version

🖖 Welcome to the Wollok Command Line Interface!

demo

🔧 Available Commands

Wollok Command Line Interface should be run inside a Wollok project folder. This folder is considered as the wollok target project.

This is the list of the currently available commands:

  • --help: Shows the manual with all the options
  • --version: Shows the current version
  • run <program>: Runs a Wollok program on the target project.
  • test <filter>: Runs Wollok tests on the target project.
  • repl <auto-import>: Opens the Wollok REPL on the target project importing the auto-import path (if any).
  • init <name>: Creates a new Wollok project

💻 Installation instructions

Go to latest release, download the executable based on your operating system and add it to the PATH (here are instructions to do so in Mac, Windows and Linux).

Or install it using npm with the command npm i -g wollok-ts-cli. You must have NodeJS installed in your local machine.

Feel free to report issues on the project's issue tracker.

This component is part of the Wollok language project where you can have an overall picture of our roadmap.

👩‍💻 Contributing

All contributions are welcome!

Powered by Uqbar