HAXIG53BYA7RYE5QRQBQMV7GDW6CKDZOFQQ6KT3LZ3URYPLEXQNQC
# Pijul extended/Pierre-Étienne
## Developer
### Tooling
```bash
unset -f bashly
function bashly(){
podman run --rm -it --env DEBUG=1 --volume "$PWD:/app" dannyben/bashly:latest "$1"
}
export -f bashly
```
### Alter a command
- Adjust integration tests
- Adjust unit tests
- Adjust the command: `src/*_command.sh`
- Generate `pe`: `bashly generate`
### Add a command
- Add integration tests
- Add unit tests
- Add the command to `pe.yml`
- Add the command to `src/*_command.sh`
- Generate `pe`: `bashly generate`
.git
.DS_Store
.vscode