JuliaProjectFormatter.jl

Author tkf
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
March 2022

JuliaProjectFormatter

JuliaProjectFormatter.jl formats Project.toml files in the way Pkg.jl formats Project.toml files.

To discover Project.toml files under the current directory recursively and format them, run:

using JuliaProjectFormatter
format_projects()