https://github.com/snowfrogdev/xmentor
CLI tool to download and run tests on exercism.io student exercises
https://github.com/snowfrogdev/xmentor
Last synced: 3 months ago
JSON representation
CLI tool to download and run tests on exercism.io student exercises
- Host: GitHub
- URL: https://github.com/snowfrogdev/xmentor
- Owner: snowfrogdev
- License: mit
- Created: 2019-04-30T02:03:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:26:40.000Z (over 2 years ago)
- Last Synced: 2025-02-13T20:35:28.659Z (4 months ago)
- Language: TypeScript
- Size: 2.25 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# xmentor CLI
A CLI for mentors of the TypeScript track on exercism.io
## Install
To install, clone repo then:```bash
$ npm link
```## Use
```bash
$ xmentor [solution UUID]
```