bebras
v0.5.2
Published
Tools to support the editing of Bebras tasks in Markdown
Downloads
141
Maintainers
Readme
bebras
A tool to manage Bebras task in a Markdown format
Installation
Note: If you don't want to use the command-line tools directly, you may be more interested by the bebras-vscode
VS Code extension, which provides a graphical front-end to the most used commands. The instructions below are valid to use the command-line tools.
- If you don't have it yet, download Node from https://nodejs.org/en/download/.
- Run
npm install -g bebras
- Discover available commands by running
bebras --help
orbebras <cmd> --help