nextercism: CLI that works with the v2 prototype
Pre-releaseThe binary name is nextercism
. This is so that you can use the live website with the exercism
binary at the same time as testing the beta site. Each client stores its config in different files, so there will be no collision there.
This is available for manual download only. That means extracting the downloaded archive and putting the binary in your path.
See http://exercism.io/clients/cli/install for full manual install instructions, remembering to use nextercism
in place of exercism
in the commands.
To use this:
- run
nextercism configure --token TOKEN --workspace DIR
- go to the website and start a track
- download the first exercise on the track with
nextercism download EXERCISE
, e.g.nextercism download hello-world
. We will infer the track if we can, and complain if we can't. Use--track
to specify a track using the track ID.
Write your solution, then submit with one of the following:
nextercism submit # defaults to the current directory
nextercism submit path/to/exercise/dir
nextercism submit path/to/file1 path/to/file2 ... # submit specific files
Please report issues in https://github.com/exercism/v2-feedback/issues rather than the usual CLI repo.
For more information about the v2 launch see https://github.com/exercism/v2-feedback/blob/master/README.md