pipe_cli 1.0.7 copy "pipe_cli: ^1.0.7" to clipboard
pipe_cli: ^1.0.7 copied to clipboard

Pipeline for everything.

example/README.md

Getting Started #

  1. 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}}'
```
  1. Execute command
pipe hello

Expect output

SUCCESS: print => Hello world
2
likes
130
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

Pipeline for everything.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ansicolor, args, recase, yaml

More

Packages that depend on pipe_cli