pipe_cli 1.0.5
pipe_cli: ^1.0.5 copied to clipboard
Pipeline for everything.
example/README.md
Getting Started #
- Create
pipe.mdat root directory of your project
**`greetings`**
```yaml
greetings:
name: hello
abbr: h
description: 'A simple hello world'
execute:
name: world
print: 'Hello {{name}}'
```
- Execute command
pipe hello
Expect output
SUCCESS: print => Hello world