pipe_cli 1.0.7
pipe_cli: ^1.0.7 copied to clipboard
Pipeline for everything.
Getting Started #
- Create
pipe.md
at 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