Announcement  •  Wednesday, Nov 30th 2022

CodeCrafters CLI

Today we're releasing CodeCrafters CLI — a new way to work with CodeCrafters.

CLI Preview

The test command

The 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.

Previous Git workflow vs current CLI workflow
The previous Git workflow had 3+ steps — now it's just one

With codecrafters test you can now quickly check if your implementation will pass tests — without any of the git flow.

With CLI, you don't need to come up with commit messages

Once you know your tests have passed, you can clean up and git push.

Get started

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.