feat: add justfile with help target - #2389
Open
ayomidearegbeshola29-dev wants to merge 1 commit into
Open
Conversation
Add a justfile documenting all build, test, and development commands for both the Soroban contracts and the Next.js frontend. Running `just` or `just help` lists every available recipe. Recipes include: build, test, fuzz, check-wasm, clippy, fmt, fmt-check, frontend-install, frontend-dev, frontend-build, frontend-lint, frontend-typecheck, and a combined 'check' target that runs all validations. Closes QuickLendX#2187
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
justfilewith ahelptarget (the default recipe) that lists all available development commands for both the Soroban contracts and the Next.js frontend.Changes
New file:
justfilewith recipes:help(default)buildtestfuzz [level]check-wasmclippyfmt/fmt-checkfrontend-*checkUsage
closes #2187