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 justfile for the just command runner #72

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Add justfile for the just command runner #72

merged 1 commit into from
Jan 23, 2025

Conversation

dalito
Copy link
Member

@dalito dalito commented Jan 23, 2025

This was tested with the voc4cat vocabulary project.

Once your vocabulary has been updated with this change in the template, it will have the new justfile in its root folder.

Running the commands requires these tools:

To see all commands run (at the root of your project):

just

which will show

Available recipes:
    all     # Run combination of steps as in gh-actions: check xlsx, convert to SKOS, build docs
    check   # Check the voc4cat.xlsx file in inbox/ for errors
    clean   # # Clean all generated files
    convert # Convert the voc4cat.xlsx file in inbox/ to turtle
    docs    # Run voc4cat (build HTML documentation from ttl files)
    setup   # Run initial setup (run this first)
    update  # Updates voc4cat-tool installation

Closes #70

@dalito dalito merged commit 71a122b into main Jan 23, 2025
1 check passed
@dalito dalito deleted the issue70-justfile branch January 23, 2025 09:00
@dalito dalito self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

Facilitate checking and building SKOS & docs locally with just
1 participant