https://github.com/tkf/juliaprojectformatter.jl
https://github.com/tkf/juliaprojectformatter.jl
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkf/juliaprojectformatter.jl
- Owner: tkf
- License: mit
- Created: 2022-03-22T08:04:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T19:22:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T14:53:35.057Z (10 months ago)
- Language: Julia
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```