init
This commit is contained in:
commit
8e2a03e3a7
11 changed files with 1045 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# epitls PI
|
||||
|
||||
## Description
|
||||
|
||||
A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse.
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
USAGE:
|
||||
pi <SUBCOMMAND>
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
|
||||
SUBCOMMANDS:
|
||||
check Checks a source file for conformance with piscine limitations
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
run Runs a file
|
||||
test Runs tests contained within a particular test file or
|
||||
watch Watches changes to source files and re run them
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue