Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x src/
-rw-r--r-- .ignore
-rw-r--r-- README.md
-rw-r--r-- README.md
README

Pijul extended/Pierre-Étienne

Developer

Tooling

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