wollok-ts-cli
v0.2.11
Published
Wollok Command Line Interface
Downloads
610
Readme
Wollok-TS-CLI
🖖 Welcome to the Wollok Command Line Interface!
🔧 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 versionrun <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!
- See installation instructions for developers
- You can also join the Discord channel!
- There's a list of good first issues to tackle, but in case of any hesitation you can always ping @PalumboN or @fdodino
- You can fork the project and create a Pull Request. If you've never collaborated with an open source project before, you might want to read this guide
- Additional info is available at the wiki