Features
- New command: `process dump` a process as yaml or json file
- New command: `process load` a process from a yaml or json file
The yaml representation uses multi-line strings for the script
sections to make it easy to version your dumps with Git in a
human-readable format.
Docs
- Improved cli helptexts
- Added beautiful badges in the readme file
Chore
- Added license file
- Various refactorings