Skip to content

Conversation

@Aniket-pd
Copy link
Contributor

@Aniket-pd Aniket-pd commented Dec 7, 2025

token #9
Introduces a justfile containing grouped commands for repository management, submodule operations, Dart formatting, analysis, documentation, testing, and cleaning build artifacts. This provides a standardized way to perform frequent development tasks.

Introduces a justfile containing grouped commands for repository management, submodule operations, Dart formatting, analysis, documentation, testing, and cleaning build artifacts. This provides a standardized way to perform frequent development tasks.
[doc("Remove build and tool artifacts to start fresh.")]
clean:
rm -rf .dart_tool/
rm -rf build/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add

 rm -rf target/
 rm -rf bdk-ffi/target/

after line 53?

@reez
Copy link
Collaborator

reez commented Dec 9, 2025

looking good other than one comment/question/suggestion

The clean recipe now also deletes 'target/' and 'bdk-ffi/target/' directories to ensure a more thorough cleanup of build artifacts.
@reez reez linked an issue Dec 11, 2025 that may be closed by this pull request
Copy link
Collaborator

@reez reez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK fff315f

Thanks again for the contribution @Aniket-pd !

@reez reez merged commit 9594431 into bitcoindevkit:main Dec 11, 2025
2 checks passed
@Aniket-pd Aniket-pd deleted the Add-justfile branch December 11, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add justfile

2 participants