Initial commit
This commit is contained in:
commit
70f1f90cc7
12 changed files with 1455 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
|
||||
# PROUT
|
||||
|
||||
* Programmable
|
||||
* Repeatable
|
||||
* Opinionated
|
||||
* Understandable
|
||||
* Tiny
|
||||
|
||||
## Description
|
||||
|
||||
PROUT is a minimal programming language providing tools to automate file management like backups, building process or unit testing.
|
||||
|
||||
## Usage
|
||||
|
||||
> Currently only supported in unix environment.
|
||||
|
||||
```sh
|
||||
|
||||
$ prout hello_world.pr
|
||||
|
||||
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
- JOLIMAITRE Matthieu <matthieu@imagevo.fr>, developper
|
Loading…
Add table
Add a link
Reference in a new issue