The project manager of Pravda
It'll be more easy if you set alias at first.
alias delo='pravda delo.pvd'
Run below command to creare your new project.
delo new foo
the name foo
is example. Decide your liked name.
this command means to build your project.
delo build foo
Then, created build
directory. there's executable file.
this command means to run your project.
delo run foo
It needs built before.