Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pravda-lang/delo
The project manager of Pravda
https://github.com/pravda-lang/delo
pravda project-manager
Last synced: about 2 months ago
JSON representation
The project manager of Pravda
- Host: GitHub
- URL: https://github.com/pravda-lang/delo
- Owner: pravda-lang
- License: mit
- Created: 2024-09-14T12:39:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:44:50.000Z (4 months ago)
- Last Synced: 2024-09-18T10:14:10.664Z (4 months ago)
- Topics: pravda, project-manager
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.