2025-03-14 21:59:59 -06:00
|
|
|
# codecrafters
|
|
|
|
|
|
|
|
|
|
> Practice writing complex software.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://docs.codecrafters.io/cli/usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Run tests without committing changes:
|
|
|
|
|
|
|
|
|
|
`codecrafters test`
|
|
|
|
|
|
|
|
|
|
- Run tests for all previous stages and the current stage without committing changes:
|
|
|
|
|
|
|
|
|
|
`codecrafters test --previous`
|
|
|
|
|
|
|
|
|
|
- Commit changes and submit, to move to the next stage:
|
|
|
|
|
|
|
|
|
|
`codecrafters submit`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Update language version:
|
|
|
|
|
|
|
|
|
|
`codecrafters update-buildpack`
|