Skip to content

pravda-lang/delo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Delo

The project manager of Pravda

Usage

It'll be more easy if you set alias at first.

alias delo='pravda delo.pvd'

Create new project

Run below command to creare your new project.

delo new foo

the name foo is example. Decide your liked name.

Build your project

this command means to build your project.

delo build foo

Then, created build directory. there's executable file.

Run your project

this command means to run your project.

delo run foo

It needs built before.

Releases

No releases published

Packages

No packages published