[Add][Doc] Readme

[?]
EJNzUQGHziqt4XZVBa1JnTtY2e64ocsG8a4QzJrvkboz
Oct 16, 2022, 6:55 AM
HAXIG53BYA7RYE5QRQBQMV7GDW6CKDZOFQQ6KT3LZ3URYPLEXQNQC

Dependencies

Change contents

  • file addition: README.md (----------)
    [2.1]
    # 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`
  • file addition: .ignore (----------)
    [2.1]
    .git
    .DS_Store
    .vscode