Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add groups to repo justfile #2351

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

neunenak
Copy link
Contributor

@neunenak neunenak commented Sep 7, 2024

This commit adds the recipes in the repo's own justfile to several recipe groups.

@neunenak
Copy link
Contributor Author

neunenak commented Sep 7, 2024

I thought it would be nice if the just project's own justfile exhibited groups and had more documentation of the recipes. I picked some group names that I thought made sense, don't feel very strongly about the exact names or categorization scheme.

@neunenak neunenak force-pushed the groups-in-repo-justfile branch from 5717ade to c8200c0 Compare September 7, 2024 08:49
@casey
Copy link
Owner

casey commented Sep 14, 2024

Let's just do groups first, since it's less to nitpick.

What do you think of these groups? I'd like to keep the names short. I also like single quotes, since they don't require hitting the shift key to type. (I also just merged #2367, which nuked a bunch of old recipes, so some of the following are gone.)

[group: 'dev']
watch
push
pr
done
install-dev-deps
replace
convert-integration-test

[group: 'test']
test
filter
test-completions
test-bash-completions
test-release-workflow

[group: 'check']
ci
lint
fuzz
shellcheck
check
outdated
clippy
forbid
build-book

[group: 'misc']
run
build
fmt
install
sloc

[group: 'doc']
man
view-man
render-readme
watch-readme

[group: 'release']
update-changelog
update-contributors
publish
readme-version-notes

[group: 'demo']
test-quine
quine
polyglot
pwd

@neunenak neunenak force-pushed the groups-in-repo-justfile branch from 5e07c19 to 4a92780 Compare September 16, 2024 07:55
@neunenak neunenak changed the title Add groups, docs to repo justfile Add groups to repo justfile Sep 16, 2024
@neunenak
Copy link
Contributor Author

yeah those groups seem good to me

@casey casey merged commit ab7105a into casey:master Sep 17, 2024
5 checks passed
@neunenak neunenak deleted the groups-in-repo-justfile branch September 17, 2024 02:37
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.

2 participants