Skip to content

Commit faadc89

Browse files
committed
TASK: Prepare README for dev scripts
1 parent dab0cfc commit faadc89

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# Nothing to see here yet
2+
3+
## Development
4+
5+
For common automated development tasks, the repository contains several scripts which can be run via composer, like:
6+
7+
```sh
8+
composer {script-name}
9+
```
10+
11+
or, alternatively, directly via:
12+
13+
```sh
14+
./scripts/{script-name}
15+
```
16+
17+
| script-name | description |
18+
|-|-|
19+
20+
## License
21+
22+
see [LICENSE](./LICENSE)

0 commit comments

Comments
 (0)