Empty Io project.

This commit is contained in:
Peter Kofler 2024-12-13 00:27:13 +01:00
parent 6ac8b165f9
commit 1406987c44
4 changed files with 46 additions and 0 deletions

8
io/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# C build
.transaction_lock
_bin
_build
_packs
# Docio generated
docs/

21
io/README.md Normal file
View File

@ -0,0 +1,21 @@
# Gilded Rose starting position in Io
## Run the unit tests from the Command-Line
```shell
io tests/correctness/run.io
```
## Run the TextTest Fixture from Command-Line
```shell
io tests/correctness/TexttestFixture.io
```
### Specify Number of Days
For e.g. 10 days:
```shell
io tests/correctness/TexttestFixture.io 10
```

15
io/package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "gilded-rose-kata",
"version": "0.1.0",
"readme": "README.md",
"protos": [
"GildedRose",
"Item"
],
"dependencies": {
"libs": [],
"headers": [],
"protos": [],
"packages": []
}
}

View File

@ -0,0 +1,2 @@
#!/usr/bin/env io
TestSuite clone setPath(System launchPath) run