Process text using configurable tasks. The CLI app can read tasks from any .yml file that follow the task schema.
yaml
tasks:
- data:
- replace # command to replace text
- original # text to replace
- replace text # text to replace with
- data:
- count # command to count a word
- word # word to count
bash
flw -f <path to .yml file> -i <path to input file>