Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@zah
Copy link
Contributor

@zah zah commented Jun 5, 2025

No description provided.

Comment on lines +47 to +65
echo ""
echo "🚀 Most useful just targets:"
echo " 📦 just build-blocksense - Build the entire Blocksense system"
echo " 🏃 just start-blocksense - Build and start Blocksense with process-compose"
echo " 🔧 just build-ts [package] - Build TypeScript packages (default: all)"
echo " 🧪 just test-ts - Run TypeScript tests"
echo " 🔮 just build-oracle <name> - Build a specific oracle"
echo " ⚡ just start-oracle <name> - Build and start a specific oracle"
echo ""
echo "🛠️ Development commands:"
echo " 🎨 just format - Format all code (JS/Rust/Nix)"
echo " 🔍 just lint - Run all linters"
echo " 🔧 just fix-all - Format and fix all linting issues"
echo " ✅ just check-all - Run all checks"
echo " 🧹 just clean - Clean build artifacts"
echo ""
echo "💡 Run 'just' to see all available targets"
echo ""
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be nice to be auto-generated, not hard-coded, as we will extend the just commands.

btw just have it
image

@PetarKirov showed me that we can also group the common recepies with this feature: e.g:

[group('lint')]
js-lint:
    echo 'Running JS linter…'

[group('rust recipes')]
[group('lint')]
rust-lint:
    echo 'Running Rust linter…'

[group('lint')]
cpp-lint:
  echo 'Running C++ linter…'

# not in any group
email-everyone:
    echo 'Sending mass email…'

Copy link
Collaborator

@EmilIvanichkovv EmilIvanichkovv Jun 5, 2025

Choose a reason for hiding this comment

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

Aahhh these are “the most used” ones. I am ok then.

Once again i have a nit for the convention ( commit messages should start with capital letter ). Can do it myself in a bit.

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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.