An open API service indexing awesome lists of open source software.

https://github.com/tkf/juliaprojectformatter.jl


https://github.com/tkf/juliaprojectformatter.jl

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

```julia
using JuliaProjectFormatter
format_projects()
```