Today we're releasing CodeCrafters CLI — a new way to work with CodeCrafters.
test
commandThe first command the CLI brings is codecrafters test
— a much faster way
to get feedback on your CodeCrafters stage attempts.
Until now, the only way to check if your code would pass tests was via the
Git workflow. Especially for smaller changes, the need to commit and
run git push
added friction to the development experience.
With codecrafters test
you can now quickly check if your implementation
will pass tests — without any of the git flow.
Once you know your tests have passed, you can clean up and git push
.
With a quick install, you'll be on the way to a more productive CodeCrafters experience.
Instructions to setup the CLI are mentioned in the docs.
Got feedback? Please write us an email.