A tiny temperature-conversion package that exists to demonstrate a Julia package
fully on the test item stack: @testitem tests in
test/, Pkg.test compatibility via TestItemRunner.jl, CI through the reusable
testitem-workflow, an
active format check (JuliaFormat.toml), and Documenter docs deployed by the same
workflow.
The step-by-step story of what was added to the bare package is told in the Example chapter of the test item docs.
juliati # run all test items (needs TestItemApp.jl)
juliaformat --check . # the CI format gate, locally
julia --project -e 'using Pkg; Pkg.test()' # the classic way still works