Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 676 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 676 Bytes

Command-line program for the file system 🗄️✨

Help

Install

Download

git clone https://github.com/KwatMDPhD/Kata.jl

Instantiate

cd Kata.jl &&

julia --project --eval "using Pkg; Pkg.instantiate()"

Build

julia --project deps/build.jl

Path

PATH=~/.julia/bin:$PATH

Use

kata --help

(Useful commands)

kata delete && kata beautify && for jl in *jl; do echo $jl; cd $jl; kata match; julia --project --eval "using Pkg; Pkg.update()"; cd ..; done && kata festdi; kata adcopu ""

Made by Kata 🥋